.faq__title {
    font-size: 24px;
    font-family: 'Gotham', sans-serif;
    color: #F46227;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .faq-page {
        background-image: url("/wp-content/themes/newexchanger/images/faq_bg.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }
    .faq-page__inner{
        margin: 0 auto;
        max-width: 1150px;
        padding: 70px 25px 0;
    }
}

@media (max-width: 767px) {
    .faq-page {
        background-image: url("/wp-content/themes/newexchanger/images/faq_bg-mob.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        padding: 20px;
    }
}