.unidades-page .map-module {
    border-radius: 0px;
    margin: 0px;
    padding-top: 120px;
}

.unidades-page .map-module .locations {
    max-height: 759px;
    padding: 0 20px 30px;
    margin: auto;
}

.unidades-page .map-module  .locations-list::before {
    background: linear-gradient(to top, #f6fafd, #f6fafd00);
}

@media(max-width: 768px) {

    .unidades-page .map-module {
        padding-top: 35px;
    }
}