/* section-hero */
.section-hero-golf {
    position: relative;
    background: url(../../images/background/unsplash_-xvKQuNtOhI.png);
    background-size: 100%;
    padding-bottom: 35.97%;
    background-repeat: no-repeat;
}

.hero-golf-box {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



@media (max-width:575.98px) {
    .hero-golf-box {
        margin-left: 24px;
        width: auto;
        text-align: left;
        left: 0;
        transform: translate(0, -80%);
    }

}