.academy-faq{


    padding:90px 20px;


    background:#fff;


}




.faq-container{


    max-width:900px;


    margin:auto;


}





.faq-heading{


    text-align:center;


}



.faq-heading h2{


    margin-top:20px;


    font-size:44px;


    color:#4d0000;


    font-weight:900;


}



.faq-heading p{


    margin-top:15px;


    color:#777;


    font-size:17px;


}





.faq-list{


    margin-top:50px;


}





.faq-item{


    margin-bottom:18px;


    background:#fffaf2;


    border:1px solid #eadfc8;


    border-radius:18px;


    overflow:hidden;


}





.faq-question{


    width:100%;


    border:none;


    background:none;


    padding:22px 25px;


    display:flex;


    justify-content:space-between;


    align-items:center;


    font-size:17px;


    font-weight:800;


    color:#650000;


    cursor:pointer;


}





.faq-question span{


    font-size:25px;


    color:#d4af37;


}





.faq-answer{


    padding:0 25px 22px;


    color:#666;


    line-height:1.7;


    font-size:14px;


}





@media(max-width:600px){


.faq-heading h2{


font-size:32px;


}


}