﻿.facilities-icon, 
.certifications-icon {
    margin-top:5px;
}
@media only screen and (max-width: 768px) {
    .detail-top-map.detail_map_tablet {
        display: none !important;
    }
    .detail-top-map.detail_map_mobile {
        display: flex !important;
        padding: 1em !important;
    }
}

@media only screen and (min-width: 768px) 
{
    .detail-top-map.detail_map_tablet {
        display: flex !important;
    }

    .detail-top-map.detail_map_mobile {
        display: none !important;
    }
}
