h1{text-align:center;margin-top:4%}.faq-container{width:100%;z-index:2;display:flex;justify-content:center;margin-bottom:30px}.faq-container .faq-second{width:60%;position:relative;padding-top:2%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px}.faq-container .faq-second .quest-cont{width:80%;height:-moz-fit-content;height:fit-content;padding:20px;transition:max-height .4s ease,border .5s ease}.faq-container .faq-second .quest-cont.open{border:none}.faq-container .faq-second .quest-cont .question{display:flex;justify-content:space-between;align-items:center}.faq-container .faq-second .quest-cont .question p{font-size:17px;font-weight:400}.faq-container .faq-second .quest-cont .question .icon{display:inline-block;transition:transform .9s ease}.faq-container .faq-second .quest-cont .question .icon.rotated{transform:rotate(45deg)}.faq-container .faq-second .answer-wrapper{max-height:0;overflow:hidden;transition:max-height .9s ease}.faq-container .faq-second .answer-wrapper.open{max-height:300px}.faq-container .faq-second .answer-wrapper .answer{padding:1rem}@media screen and (max-width:1100px){.faq-container{height:auto}.faq-container .faq-second{width:100%}.faq-container .faq-second .quest-cont{margin-left:30px}}@media screen and (max-width:640px){.faqContContainer{margin-top:10%}.faq-container{flex-direction:column}.faq-container .faq-first{width:95%;padding-left:8%}.faq-container .faq-first h1{font-size:2rem}.faq-container .faq-first p{font-size:11px}.faq-container .faq-second{width:100%}}@media(max-width:420px){.faq-container .faq-second .quest-cont{margin-left:0;width:90%}}