<section class="section-description bg-#F3F9FF">
<div class="flex flex-col px-4 py-6 gap-5/8 md:pt-10 md:px-8 md:pb-3 lg:max-w-wrapper-1000 lg:px-0 lg:mx-auto lg:gap-0">
<h3 class="text-24 leading-40 text-blue-500 font-bold text-center md:text-32 md:leading-40 md:mb-5">{{ content.title }}</h3>
<p class="text-base leading-base text-dark-silver-300 text-center md:text-18 md:leading-32 md:mb-7 lg:max-w-wrapper-700 lg:mx-auto lg:mb-3">
{{ content.description }}
</p>
{% if content.buttonUrl and content.buttonText %}
<a href="{{ content.buttonUrl }}" class="sls__button--quote mt-5 mx-auto lg:mb-3">
{{ content.buttonText }}
</a>
{% endif %}
</div>
</section>