/* break 1200px = xl */
/* break 992px = lg */
/* break 768px = md */
/* break 576px = sm */
@media(max-width:1198.98px) {}

@media(max-width:991.98px) {
    html {
        font-size: 56.25%;
    }

    .section-hero-golf {
        position: relative;
        height: 629px;
        background: url(../../images/background/BG-mobile-about.png);
        background-size: cover;
        background-position: center;
        padding-bottom: 0;
        background-repeat: no-repeat;
    }
}

@media(max-width:767.98px) {
    .history-content {
        text-indent: 35px;
    }
}

@media (max-width:575.98px) {
    .section-history {
        background-color: #fff;
        padding: 0 24px;
        padding-bottom: 32px;
    }

    .history-box {
        padding: 0;
        margin-top: -124.74px;
    }

    .history-img-box {
        margin-bottom: 26.86px;
    }

    .history-heading-text {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 34px;
    }

    .grey-line {
        display: none;
    }

    .history-box::before {
        display: none;
    }

    .history-content:not(:last-child) {
        margin-bottom: 16px;
    }
}