.faqPage--text {
    padding: 10px 36px;
    max-width: 1300px;
    font-size: 24px;
    line-height: 29px;
    color: #383838;
    margin-bottom: 24px;
    font-weight: 700;
}

@media screen and (max-width: 700px) {
    .faqPage--text {
        padding: 10px 20px;
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 18px;
    }
}