.faq-block{background-repeat:no-repeat;background-size:100%}.faq-wrapper{overflow:hidden;position:relative;z-index:2;width:100%;height:fit-content;display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(15px, calc(10.4167px + 1.0417vw), 30px);@media(max-width:1000px){&{grid-template-columns:repeat(1,1fr)}}}.faq-block{overflow:hidden;position:relative}.faq-item{position:relative;display:block}.faq-item-wrapper{position:relative;padding:20px;border-radius:5px;background:var(--background-secondary);height:100%;& .faq-head svg{min-height:20px;min-width:20px;width:20px;height:20px}&.acc_active .faq-head svg{transform:rotate(180deg)}}.faq-content{& ul{margin-bottom:20px}&>h1,&>h2,&>h3,&>h4,&>h5{margin-top:50px}&>*:first-child{margin-top:0}&>*:last-child{margin-bottom:0}}.faq-head{position:relative;padding:20px 0px;display:flex;align-items:center;gap:20px;justify-content:space-between;cursor:pointer;&>h4{margin-bottom:0}& svg{width:20px;height:auto;aspect-ratio:1;transition:all .3s ease-in}}@media (min-width:1201px){.faq-item-wrapper{padding:1.042vw}.faq-head{padding:1.042vw 0;gap:1.042vw}& svg{width:1.042vw}}