Hi lableo,
You can add the following CSS code to the Site template Styles > JA Vitality - Default > Tools > Custom CSS
.area-map {
display: none;
}
Or go to the /templates/ja_vitality/html/com_contact/contact/default.php file. line 364
and remove the following code:
<div class="row">
<div class="col-12 col-lg-12 area-map">{jamap}</div>
</div>