.topic-text-title {
    font-size: 1.5rem;
    line-height: 100%;
    text-transform: uppercase;
    padding-inline: 1rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    font-weight: var(--font-weight-lg);
}


.topic-text-title:not(.topic-text-title-first) {
    padding-top: 2.688rem;
    margin-top: 0;
}

.bg-tertiary-faq {
    background-color: transparent;
}

.bg-tertiary-faq-inverse {
    background-color: var(--color-tertiary);
}

.shape-divider-small {
    background-image: url("img/wave2-6dbe3d95c1be2050360d84bf8e140118.svg");
    aspect-ratio: 180 / 13;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 1;
    pointer-events: none;
}

.shape-divider-small-white {
    background-image: url("img/bubble-86a85177a5e13852abd703cd696b3bee.svg");
    background-color: var(--color-tertiary);
}

.faq section .componentAccordion:last-of-type {
    padding-bottom: 2.188rem;
}

.componentAccordion {
    padding-inline: 1rem;
}

.componentAccordion .accordion-title {
    padding-inline: 0;
    font-weight: var(--font-weight-lg);
}

.accordion-title::after {
    right: 0;
}

.componentAccordion .accordion-content {
    width: 100%;
    margin-inline: 0;
    white-space: pre-line;
}

.componentAccordion .accordion-content p {
    width: 100%;
}

@media screen and (min-width: 1024px) {

    .shape-divider-small,
    .shape-divider-small-white {
        display: none;
    }

    .topic-text-title {
        font-size: 3.375rem;
        line-height: 3.75rem;
    }

    .topic-text-title,
    .componentAccordion {
        padding-inline: 4.438rem;
    }
}

@media screen and (min-width: 1366px) {

    .topic-text-title,
    .componentAccordion {
        padding-inline: 19.125rem;
    }
}

@media screen and (min-width: 1680px) {

    .bg-tertiary-faq,
    .bg-tertiary-faq-inverse {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .topic-text-title,
    .componentAccordion {
        max-width: 1440px;
        width: 100%;
    }
}