Title hides under container

Hello @NikosBat ,

Remove the css which you used previously

@media screen and (min-width: 1024px) {
    .collapsible-content__wrapper.section-template--22708756021580__collapsible_content_iH7YMU-padding .collapsible-content__header {
        position: absolute;
        right: 0;
    }
}

css solution with position: absolute always tricky think twice before using them.

Regards
Guleria