.faq-banner {
    background-image: url("../../../assets/img/faqs/banner.jpg");
    height: 310px;
    margin-top: 70px;
    background-repeat: no-repeat;
    background-position: center;
}

.faq-title {
    font-size: 40px;
    color: #F26C42;
    font-weight: 600;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    text-transform: uppercase;
    line-height: 40px;
}