.faq-section-container{background-color:#ffffff;padding:5rem 1rem;width:100%;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.faq-section-container h2{font-size:2rem;margin-bottom:3rem;color:#111}@media (min-width:768px){.faq-section-container{padding:2rem}}.faq-list-space{width:calc(1000px + 1rem);display:flex;flex-wrap:wrap;gap:1rem;margin:auto}.faq-item-container{width:100%;max-width:500px;border:1px solid #e7e7e7;border-radius:.5rem;overflow:hidden;transition:all .3s ease-in-out}.faq-button{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1rem;text-align:left;font-size:1.125rem;font-weight:500;color:#000;background-color:#fffaeb;cursor:pointer;border:none;outline:none;border-radius:0;transition:background-color .2s}.faq-button:hover{background-color:#fff4d0}.faq-button:active{scale:1}.faq-answer-wrapper{display:grid;grid-template-rows:0fr;opacity:0;transition:all .3s ease-in-out}.faq-answer-wrapper.open{grid-template-rows:1fr;opacity:1}.faq-answer-content{overflow:hidden;padding:1rem;color:#585858;background-color:#ffffff}