.section-contact-links .links-wrapper {
    display: flex;
    flex-direction: column;
    background: var(--light-blue);
    border-radius: 30px;
    padding: 40px;
}

.section-contact-links .links-wrapper .h4,
.section-contact-links .map-title {
    background: white;
    width: fit-content;
    padding: 5px 20px;
    border-radius: 20px;
    color: var(--primary);
    position: relative;
    left: -15px;
    margin-bottom: 16px;
}

.section-contact-links .links-wrapper .sede:first-of-type {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--grey);
}

.section-contact-links .links-wrapper .sede:last-of-type {
    padding-top: 20px;
}

.section-contact-links .links-wrapper .sede small {
    font-size: 12px;
    color: var(--grey);
}

.section-contact-links .map-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.section-contact-links .map-wrapper .h4 {
    position: absolute;
    left: 0px;
    top: -60px;
    z-index: 10;
}

.section-contact-links .map-wrapper iframe {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
}

.section-directions .accordion {
    background: var(--light-blue);
}

@media screen and (max-width:992px) {
    .section-contact-links .map-wrapper {
        margin-top: 30px;
        height: 400px;
    }

    .section-contact-links .map-wrapper .h4 {
        position: relative;
        left: -15px;
        font-size: 24px !important;
        top: 0px;
        margin-bottom: 16px;
    }
}