Reply To: Text running below section area

#10044940
Support
Keymaster

Hello, we recommend a custom class and media queries in the CSS, example:

@media (min-width: 992px) and (max-width: 1199px) {
        .text-bigsolut {
			font-size: 0.85em !important;
		}
}

* adjust the sizes the way you want.