.cstm_table table {
    background: white;
}

.editable__container iframe {
    max-width: 100%;
}

@media (min-width: 1200px) {
    .container-fluid .col-lg-7 .blade-a .blade__text {
        max-width: 800px;
    }

    .container-fluid .col-lg-7 .blade__wrap .row {
    justify-content: end;
}
}


.staff-member__name {
        font-size: 2.5rem;
}

@media (min-width: 768px) {
     .section.side-by-side-cta .cta-a .cta__links-wrapper a:first-child {
       line-height:2.1rem;
         font-size: 2rem;
    }
}
 .bannercta .cta__button {
        font-size: 2rem;
     
    }
    @media (min-width: 768px) {
.section.side-by-side-cta .cta-a .cta__links-wrapper a:nth-child(2) {
         font-size: 1rem;
    }
}

.section.seville-new-map .map-a .map__display {
    filter: unset;
}


/* div#map-marker__content::after {
    content: "Phone: (02) 6962-4264";
font-family: "mulish", Arial, sans-serif;
    font-size: large;
    font-weight: 400;
    margin-bottom: 10px;
} */
/* 
div#map-marker__content {
    pointer-events: none;
} */

@media (min-width: 992px) {
.section.seville-new-staff-detailed .staff-member__name{
        font-size: 3rem;
        line-height: 3rem;
    }
.videocta .cta__button{
        font-size: 4rem;
        padding: 20px 30px;
    }
}



@media (max-width:767px) {
h4#map-marker__header {
    font-size: 18px;
        line-height: 21px;
    margin-bottom: 0px;
}

div#map-marker__content p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0px;
}

div#map-marker__content::after {
    font-size: 14px;
        line-height: 17px;
}

.gm-ui-hover-effect {
    height: 15px !important;
}
}


.col-lg-3.col-sm-12.section__column-3.ple-column-padding.ple-module-justify-right.align-self-center.alias-ima_vis_oph_cta_header .cta__links-wrapper.cta__alignment--center {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    gap: 10px;
}