.section-text-employee-contacts .wp-block-group.is-style-group-card1:hover {
    box-shadow: unset;
}

.section-text-employee-contacts .wp-block-columns.is-layout-flex {
    gap: 3.5rem;
}

.section-text-employee-contacts figure {
    height: auto;
    margin: 0 !important;
}

.section-text-employee-contacts .wp-block-image img {
    height: auto;
    object-fit: cover;
    aspect-ratio: 2 / 3;
    width: 100%;
}

.section-text-employee-contacts div:has(div figure){
    flex-grow: 1;
}

.section-text-employee-contacts div:has(figure){
    flex-basis: 40% !important;
}

.section-text-employee-contacts div:has(h3){
    flex-basis: 60% !important;
}

@media screen and (max-width: 1080px){
    .section-text-employee-contacts .wp-block-columns.is-layout-flex:has(h4) {
        grid-column: 3 / span 8;
    }
}


@media screen and (max-width: 768px) and (orientation: portrait){
    .section-text-employee-contacts .wp-block-image img {
        aspect-ratio: 4 / 5;
    }   

    .section-text-employee-contacts .wp-block-columns.is-layout-flex:has(h4) {
        grid-column: 2 / span 10;
    }

    .section-text-employee-contacts .is-style-group-card1:first-child {
        margin-bottom: 0;
    }

    .section-text-employee-contacts .wp-block-image img {
        width: 100%;
        object-fit: cover;
        object-position: top;
    }
}