section.redirection {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../../assets/general-image/redirection-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section.redirection ._content {
    max-width: 750px;
    text-align: center;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

section.redirection ._content h1 {
    margin-bottom: 24px;
}

section.redirection ._content p {
    margin-bottom: 30px;
    color: #fff;
}

.redirection .golf-column-btn {
    display: inline-flex;
    height: 55px;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: var(--Gold, #A1792D);
    text-decoration: none;
    color: #fff;
}

.redirection .golf-column-btn:hover {
    background: var(--Green, #006A3F);
}

@media (min-width:1200px) {
    section.redirection {
        min-height: 700px;
    }
}

@media (max-width:1199px) {
    section.redirection {
        min-height: 600px;
    }
}

@media (max-width:767px) {
    section.redirection {
        min-height: 500px;
    }
}

@media (max-width:420px) {
    section.redirection {
        min-height: 400px;
    }
}