.section-7_FAQ {
    scroll-margin-top: min(110px, 20vw);
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-container-7_FAQ {
    grid-column: span 4;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 550px;
}

.faq-item-7_FAQ {
    border-radius: 15px;
    background-color: rgba(243, 243, 243, 0.73);
    overflow: hidden;
}

.subtitle-7_FAQ {
    font-family: 'Inter', sans-serif;
    font-size: clamp(15px, calc(10px + 1vw), 16px);
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #606060;
    padding: 20px 25px;
    cursor: pointer;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;
}

.body-text-7_FAQ {
    font-family: 'Inter', sans-serif;
    font-size: clamp(12px, calc(5px + 1vw), 13px);
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #8f8f8f;
    line-height: 1.3;
    max-height: 0;
    overflow: hidden;
    padding: 0 25px;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item-7_FAQ.active .body-text-7_FAQ {
    max-height: 100px;
    padding: 0 25px 15px;
}

.caption-7_FAQ {
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #00b909;
}

.title2-7_FAQ {
    text-align: center;
    align-self: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: #383838;
    max-width: 600px;
    line-height: 1.1;
    font-size: clamp(20px, calc(10px + 2vw), 25px);
}
