.faq-section{width:100%;padding:0 5% 3%;box-sizing:border-box}.faq-container{padding:5%;display:flex;justify-content:center;text-align:center;flex-direction:column;box-sizing:border-box;background-color:var(--primary-dark-color);border-radius:30px}.faq-title{color:var(--primary-white-color)}.faq-items-container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.details-container{width:100%;border:2px dashed var(--secondary-violet-color);padding:1% 5%;box-sizing:border-box;text-align:left;border-radius:10px}summary{width:100%;list-style:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:10px}summary::marker{content:""}.faq-summary-marker{display:inline-block;width:10px;height:10px;border:solid var(--primary-white-color);border-width:0 2px 2px 0;transform:rotate(45deg);transition:transform .3s ease}details{width:100%}details[open] .faq-summary-marker{transform:rotate(-135deg)}.faq-summary-text{color:var(--primary-white-color)}.faq-details-text{color:var(--primary-white-color);font-size:16px;line-height:1.3}@media (max-width: 768px){.faq-details-text{font-size:14px}}
