faq-collapsible-manuly {
    .rich-text__wrapper, .rich-text__buttons {
        display: unset;

        a {
            margin-top: 2rem;
        }
    }

    .rich-text, .collapsible-content__wrapper {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

@media screen and (min-width: 990px) {
    faq-collapsible-manuly {
        .rich-text, .collapsible-content__wrapper {
            padding-top: 6rem;
            padding-bottom: 6rem;
        }
    }
}