<div class="row mt-4 mt-lg-4 mt-md-4">
<div class="col-lg-3 col-md-3 col-sm-6">
{% if editmode %}
{{ pimcore_image("card-image") }}
{% else %}
<img src="{{ pimcore_image('card-image').getThumbnail('areabrick-image-text') }}" alt="{{ pimcore_image('card-image').getAlt() }}" class="img-fluid">
{% endif %}
</div>
<div class="col-lg-9 col-md-9 col-sm-12 mt-4 mt-md-0">
{% if editmode %}
{{ pimcore_wysiwyg("card-description", {
"height": 200
})
}}
{% else %}
{{ pimcore_wysiwyg("card-description", {
"height": 200
})
}}
{% endif %}
</div>
</div>