.et_pb_blurb_position_left.contact-employees-template .et_pb_blurb_content {
    display: flex;
    height: 290px;
}

.et_pb_blurb_position_left.contact-employees-template .et_pb_blurb_content .et_pb_main_blurb_image {
    width: unset;
    margin-bottom: unset;
    height: 100%;
}

.et_pb_blurb_position_left.contact-employees-template .et_pb_blurb_content .et_pb_main_blurb_image span {
    height: 100%;
}

.et_pb_blurb_position_left.contact-employees-template .et_pb_image_wrap{
    width: 290px;
}

.et_pb_blurb_position_left.contact-employees-template img {
    /* aspect-ratio: 270/290;
    height: 100% !important; */
    object-fit: cover;
    background-color: var(--color-dark-grey);
    /* width: fit-content !important; */
    height: 100%;
}

.et_pb_blurb_position_left.contact-employees-template .et_pb_blurb_container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 45px;
}

.et_pb_blurb_position_left.contact-employees-template .et_pb_blurb_container a {
    color: var(--color-orange);
    text-decoration: underline;
}



@media only screen and (max-width: 980px) {
    .employees-grid>div {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 60px;
    }

    div.et_pb_blurb_position_left.contact-employees-template {
        margin: 0;
    }

    .et_pb_blurb_position_left.contact-employees-template .et_pb_blurb_container {
        padding: 35px;
    }

    .et_pb_blurb_position_left.contact-employees-template .et_pb_blurb_content {
        flex-direction: column;
        height: unset;
    }

    .et_pb_blurb_position_left.contact-employees-template .et_pb_blurb_container .et_pb_blurb_description p {
        font-size: 18px;
    }

    .et_pb_blurb_position_left.contact-employees-template img {
        width: inherit !important;
    }

}

@media only screen and (max-width: 750px) {
    .employees-grid>div {
        grid-gap: 40px;
    }
}

@media only screen and (max-width: 600px) {
    .employees-grid>div {
        grid-template-columns: 1fr;
    }
}