/*==========================================================
                FAQ RESPONSIVE
==========================================================*/

/*==========================
        Tablet
==========================*/

@media (max-width:992px){

    .faq-section{

        padding:90px 0;

    }

    .faq-header h2{

        font-size:42px;

    }

    .faq-header p{

        font-size:18px;

    }

    .faq-question{

        font-size:20px;

        padding:22px 24px;

    }

    .faq-answer p{

        font-size:16px;

        padding:0 24px 24px;

    }

}

/*==========================
        Mobile
==========================*/

@media (max-width:576px){

    .faq-section{

        padding:70px 0;

    }

    .faq-header{

        margin-bottom:45px;

    }

    .faq-header h2{

        font-size:34px;

        line-height:1.3;

    }

    .faq-header p{

        font-size:16px;

        line-height:1.8;

    }

    .faq-question{

        font-size:17px;

        padding:18px;

        gap:15px;

    }

    .faq-question i{

        width:34px;

        height:34px;

        font-size:22px;

        flex-shrink:0;

    }

    .faq-answer p{

        font-size:15px;

        line-height:1.8;

        padding:0 18px 20px;

    }

}