#pk_flex_content .flex_layout.faq {
    max-width: var(--site-grid-small);
}

#pk_flex_content .flex_layout.faq .title-button-wrapper {
    display: flex;
    align-items: end;
    gap: 40px;
    justify-content: space-between;
    margin-bottom: 32px;
}

#pk_flex_content .flex_layout.faq .title-button-wrapper .text {
    margin-top: 16px;
    max-width: 580px;
}

#pk_flex_content .flex_layout.faq .faq-boxes-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media screen and (max-width: 992px) {
    
    #pk_flex_content .flex_layout.faq .title-button-wrapper {
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }
}