#about-us-header {
    background-size: cover;
    min-height: 588px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../../img/bg_for_page.webp);
    border-radius: 8px;
    margin-top:36px;
}
#about-us-header h2 {
    color:#ffffff;
    font-size:246px;
    text-transform: uppercase;
    line-height: 84%;
    letter-spacing: -17.22px;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    padding-top:62px;
}

@media (max-width: 1600px){

    #about-us-header h2 {
        font-size: 200px;
        letter-spacing: -11.34px;
        padding-top:40px;
    }
}
@media (max-width: 1280px) {

    #about-us-header {
        min-height: 448px;
    }

    #about-us-header h2 {
        font-size: 162px;
        letter-spacing: -11.34px;
        padding-top: 40px;
    }
}
@media (max-width: 1024px) {
    #about-us-header {
        min-height: 340px;
        margin-top: 10px;
    }

    #about-us-header h2 {
        font-size: 96px;
        letter-spacing: -6.72px;
        padding-top: 40px;
    }
}

@media (max-width: 600px){

    #about-us-header {
        min-height:340px;
    }
    #about-us-header h2 {
        font-size: 46px;
        line-height: 100%;
        letter-spacing: -3.22px;
        padding-top:40px;
    }
}