.faq-header {
    max-width: 900px;
    margin: 0 auto;
    padding: 96px 56px 56px;
}

.faq-title {
    font-family: 'Golos Text', sans-serif;
    font-weight: 500;
    font-size: 68px;
    line-height: 1;
    letter-spacing: -0.03em;
    min-height: 136px;
}

.faq-description {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.55;
    color: #48524C;
    margin-top: 24px;
}

.faq-list {
    max-width: 900px;
    margin: 0 auto;
    padding: 8px 56px 80px;
}

.faq-row {
    border-top: 1px solid rgba(18, 24, 18, 0.14);
}

.faq-toggle {
    appearance: none;
    background: none;
    border: 0;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 26px 4px;
    cursor: pointer;
    font: inherit;
    color: inherit;
    text-align: left;
}

.faq-question {
    font-family: 'Golos Text', sans-serif;
    font-weight: 500;
    font-size: 23px;
    line-height: 1.25;
    color: #141414;
}

.faq-icon {
    font-family: 'Golos Text', sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #15512B;
    flex: none;
    line-height: 1;
    transition: transform .35s ease;
}

.faq-icon-open,
.faq-row-open .faq-icon {
    transform: rotate(45deg);
}

.faq-answer-wrap {
    display: none;
}

.faq-row-open .faq-answer-wrap {
    display: block;
}

.faq-answer {
    font-weight: 500;
    font-size: 17px;
    line-height: 1.65;
    color: #5C665E;
    padding: 0 60px 28px 4px;
    white-space: pre-line;
}

.faq-list-end {
    border-top: 1px solid rgba(18, 24, 18, 0.14);
}

.faq-cta-wrap {
    max-width: 1240px;
    margin: 0 auto;
    padding: 8px 56px 108px;
}
