How to minimize the space between 2 sections and how to make Title be written in 1 line

Hello guys how can I minimize the space between there 2 sections and make the title (Eure Fragen unsere Antworten) be written in 1 line for mobile?

You can add custom styles in one of the CSS files. What is your store URL address? I can show you where to put these styles.

Hello @NikosBat
Go to online store ----> themes ----> actions ----> edit code ----> assets ----> component-image-with-text.css
add this code at the end of the file and save.

@media screen and (max-width: 768px) {
#shopify-section-template--24058707509580__image_with_text_bteEtd div.image-with-text__content {
padding: 0px !important;
}
}

result

Thanka