.header.faq {
    height: 400px;
    background-image:
            url(../img/header-bg-left.svg),
            url(../img/faq-head.png),
            url(../img/header-bg-right.svg);
    background-position: left top, calc(100% - 190px) center, right top;
    background-size: auto, 447px, auto;
}

.header.faq .create-acc-second {
    display: none;
}

@media (max-width: 1184px) {
    .header.faq {
        background-position: left top, calc(100% - 130px) center, right top;
    }
}

@media (max-width: 1060px) {
    .header.faq {
        background-position: left top, calc(100% - 80px) center, right top;
    }
}

@media (max-width: 940px) {
    .header.faq {
        height: auto;
        background-image:
                url(../img/header-bg-left-mobile.svg),
                url(../img/faq-head.svg),
                url(../img/header-bg-right-mobile.svg);
        background-position: left top, center calc(100% + 65px), right bottom;
    }
}
