.main__hero {
    background: transparent url('../img/faq__hero-m.jpg') no-repeat top center/contain;
    margin-bottom: 58px;
    height: 189.6vw;
    flex-direction: column;
}
.main__hero_title {
    padding-top: 0;
    font-size: 70px;
    line-height: 50px;
    margin-bottom: 75px;
}
.main__hero_subtitle {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #fff
}
.faq__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    max-width: 954px;
    margin: 38px auto 35px;
}
@media (min-width: 769px) {
    .main__hero {
        background: transparent url('../img/faq__hero.jpg') no-repeat top center/contain;
        margin-bottom: 7.875vw;
        height: 43.5vw
    }
    .main__hero_title {
        padding-top: 0;
        font-size: 5.25vw;
        line-height: 4.25vw;
        margin-bottom: 3.5vw;
        margin-top: 6.9375vw;      
    }
    .main__hero_subtitle {
        font-size: 1.25vw;
        line-height: 1.9375vw;
        max-width: 31.25vw;
    }
    .faq__title {
        margin: 4.6875vw auto 2.8125vw;
    }
}
@media (min-width: 1600px) {
    .main__hero {
        margin-bottom: 126px;
    }
    .main__hero_title {
        font-size: 84px;
        line-height: 68px;
        margin-bottom: 56px;
        margin-top: 111px;      
    }
    .main__hero_subtitle {
        font-size: 20px;
        line-height: 31px;
        max-width: 500px;
    }
    .faq__title {
        margin: 75px auto 45px;
    }
}