.p-result {
    padding-top: 0 !important;
}

h2.esp-title {
    padding: 12px 12px !important;
    font-size: 36px !important;
    font-weight: 600;
    border-bottom: 3px solid #000;
}

.l-hero::before,
.l-hero::after {
    display: none !important;
}

.p-municipality__list {
    margin-bottom: 64px;
}

@media screen and (max-width: 768px) {
    h2.esp-title {
        font-size: 14px !important;
    }

    .p-municipality__list {
        margin-bottom: 34px;
    }
}