.websima-map {
    width: 100%;
    height: 510px;
    border-radius: 18px;
}

.websima-map .mapp-logo {
    width: 60px;
    height: 25px;
    margin-bottom: -0.5rem;
    display: none;
}

@media (max-width:575.98px) {
    .websima-map {
        border-radius: unset;
    }
}

@media (max-width:475px) {
    .websima-map {
        height: 410px;
    }
}