.faq{margin-top:4vh;margin-bottom:6vh}.question-container{border:1px solid #000;border-radius:.5vh;margin:1vh 0}.faq-title{margin-bottom:3vh;font-family:Yekanbakh;font-weight:700;color:#0b4e30;text-align:center;font-size:2.5vh}.faq-question{position:relative;background-color:#cde9d8;color:#000;cursor:pointer;padding:1vh 3.4vh;width:100%;border:none;border-radius:.5vh;text-align:right;outline:0;font-family:Yekanbakh;font-weight:600;font-size:.7vw;transition:.4s}.faq-question::before{position:absolute;content:'';background-image:url(/Images/arrow-narrow-circle-broken-right_svgrepo.com.png);width:100%;height:100%;top:20%;left:98%;background-repeat:no-repeat;background-size:1.7%}.active::before{position:absolute;content:'';background-image:url(/Images/arrow-narrow-circle-broken-open.png);width:100%;height:100%;top:20%;left:98%;background-repeat:no-repeat;background-size:1.7%}.faq-answer{padding:1.2vh;display:none;background-color:#cde9d8;overflow:hidden;border-radius:.5vh;font-family:Yekanbakh;font-weight:300;color:#000;font-size:1.5vh}@media (max-width:768px){.faq-title{font-size:1.8vh}.faq-question{font-size:1.5vh}.faq-question::before{background-size:6%;left:93%}}