.websima-map {
    height: 496px;
    z-index: 0;
    margin: 24px 0;
    border-radius: 34px;
}

.websima-map .mapp-logo{
    width: 60px;
    height: 25px;
    margin-bottom: -0.5rem;
}
@media screen and (min-width: 768px) {
    .websima-map {
        width: 100%;
        border-radius: 42px;
        margin: 0 ;
        height: 418px;
    }

}