.faq__section{margin-bottom:4.5rem}@media screen and (min-width:1150px){.faq__section{margin-bottom:9rem}}.faq{justify-content:space-between;flex-wrap:wrap;gap:0 2rem}.faq,.faq__wrapper{width:100%;display:flex}.faq__wrapper{align-items:flex-start;padding:1.875rem 1rem;background-color:rgba(0,0,0,0);border:none;border-bottom:1px solid #8b8b8b;gap:1rem;cursor:pointer}@media screen and (min-width:1150px){.faq__wrapper{width:calc((100% - 2rem)/2);padding:2rem 1.5rem}}.faq__item{width:100%;display:flex;flex-direction:column;text-align:start;margin:0}.faq__item-title{display:flex;align-items:center;justify-content:space-between}.faq__content{margin-top:1rem}.faq__content.hide{display:none}.faq__content.show{display:block}.faq__item-icon{width:1rem;height:1rem;display:inline-flex;transition:transform .4s ease}@media screen and (min-width:768px){.faq__item-icon{width:1.125rem;height:1.125rem;flex-grow:1}}.faq__item-icon img{width:100%;height:100%}.faq__item-icon.open{transform:rotate(180deg)}