/* FAQ SECTION */
.faq-desc {
    color: #716c80;
    font-family: 'Bai Jamjuree', sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-style: normal;
    font-weight: 400;
    max-width:65%;
    text-align:center;
}

.faq-right-block {
    flex: 1 1 50%;
}


/* Responsive Design */
@media (max-width: 1024px) {
    .faq-left-block, .faq-right-block {
        flex: 1 1 100%;
    }
}

@media (max-width: 480px) {
    .service-faq-wrapper{
        width:100% !important;
    }
    .faq-desc{
        max-width:100%;
    }
}
