.faq-cards{align-items:center;display:flex;flex-direction:column;gap:20px}.faq-cards__title{font-size:var(--size-xl);font-weight:var(--weight-bold);line-height:var(--leading-tight);margin:0 0 28px}.faq-card{background:#fff;border-radius:4px;box-shadow:0 1px 3px 0 color(display-p3 0 0 0/.1);max-width:640px;padding:24px}.faq-card__question{gap:16px;line-height:var(--leading-tight);padding-bottom:20px}.faq-card__question,.faq-card__question:before{align-items:center;display:flex;font-size:var(--size-m);font-weight:var(--weight-bold)}.faq-card__question:before{background-color:var(--accent);border-radius:4px;color:#fff;content:"Q";flex-shrink:0;height:32px;justify-content:center;line-height:1;width:32px}.faq-card__answer{border-top:1px solid #bebebe;font-size:var(--size-s);font-weight:var(--weight-medium);line-height:var(--leading-normal);padding-top:20px}