Reply To: Text running below section areaSupport2024-06-06T07:26:44+00:00 June 6, 2024 at 7:26 am #10044940 SupportKeymaster 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.