/* Layout - FAQ*/
.pageHeading_faq_title{
    display:flex; 
    justify-content: space-between; 
    align-items: baseline; 
    gap: 10px;
    padding-top: 0; 
    text-decoration: none; 
    font-weight: 600;
}

.pageHeading_faq_title_static{
    padding-top: 0; 
    text-decoration: none; 
    font-weight: 600;
}

.faq_section .banner_btn {
    display: flex;
    align-items: flex-start;
    height: 100%;
    justify-content: flex-end;
}

.faq_section .btn_txt {
    font-size: 16px !important;
    font-weight: bold !important;
}

.faq_section .list_li{
    padding: 20px 40px;
    border: 1px solid var(--sub-color);
    border-radius: 10px;
    margin-bottom: 25px;
}

@media only screen and (max-width: 610px) {
    .pageDescp_faq_descp span {
        font-size: 12px !important;
    }

    .faq_box img{
        max-width: 150px !important;
    }
    
    .faqcontent_box{
        width: 100% !important;
    }
}

@media only screen and (max-width: 480px) {
    .faq_box {
        grid-template-columns: 10% 1fr !important;
    }
}