{% block callToActionBlock %}
<section id="about" class="about">
<div class="container">
<style>
.section-title {
text-align: left;
}
</style>
<div class="section-title">
</div>
<div class="row content" style="margin-bottom: 6%; margin-top: -4%">
{% if content.urlInternalLink[0] is defined and content.urlInternalLink[0].url and content.buttonText is defined %}
<div class="col-lg-6 pt-4 pt-lg-0 content-flex-start">
<a href="{{ content.urlInternalLink[0].url }}" class="btn-learn-more" style="font-size: 25px">{{ content.buttonText }}</a>
</div>
{% endif %}
</div>
</div>
</section>
{% endblock %}