.article-location-map {
    width: 100%;
    min-height: 380px;
    border-radius: 8px;
    overflow: hidden;
}

@media (max-width: 575.98px) {
    .article-location-map {
        min-height: 300px;
    }
}
