<div class="three-links-box d-flex justify-content-between flex-column p-3 p-md-5 {{ backgroundColorClass|default('bg-grey') }}"> <div> <h3 class="fw-bolder">{{ title }}</h3> <div class="mb-3"> {{ text|raw }} </div> </div> <div class="d-flex flex-column"> {% for link in links %} {{ link|raw }} {% endfor %} </div></div>