.faq-content__container {
    max-width: 1170px;
    padding-left: 0px;
    padding-right: 0px;
}

.faq-content__title {
    font-size: var(--font-h3);
    margin-bottom: 32px;
    line-height: 1.12;
}
.faq-content__text {
    line-height: 1.28;
    letter-spacing: var(--letter-spacing-big);
    margin-bottom: 32px;
}
.section.faq-content {
    padding: 0;
    margin-bottom: 160px;
}

.section.faq-content--small {
    margin-bottom: 42px;
}

@media (max-width: 1680px) {
    h2.faq-content__title {
        font-size: var(--font-h2);
    }
}
@media screen and (max-width: 1024px) {
    .section.faq-content {
        margin-bottom: 120px;
    }

}
@media screen and (max-width: 460px) {
    .section.faq-content {
        margin-bottom: 80px;
    }
    .section.faq-content--small {
        margin-bottom: 32px;
    }
}
