.container-list-item .teamList .item_employer>div figure.elementor-image-box-img {
    aspect-ratio: 5 / 6;
    width: 100%;
    max-height: 323.8px;
    overflow: hidden;
}

.container-list-item .teamList .item_employer>div figure.elementor-image-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.teamList > div {
    column-gap: 1.3333%;
}

@media (max-width:1175px) {
    .the-team-content > div {
        font-size: 40px !important;
        line-height: 1.2 !important;
    }
}

@media (max-width:1024px) {
    .the-team-content > div {
        font-size: 30px !important;
        line-height: 1.2 !important;
    }
}
@media (max-width: 993px) {
    .container-list-item .teamList .item_employer>div figure.elementor-image-box-img {
        aspect-ratio: 5 / 6;
        width: 100%;
        max-height: 424.19px;
        overflow: hidden;
    }
    .teamList > div {
        column-gap: 4%;
    }
    .teamList .item_employer {
        width: var(--container-widget-width, 48%) !important;
        max-width: 48% !important;
        --container-widget-width: 48% !important;
        --container-widget-flex-grow: 0 !important;
    }
}
@media (max-width: 767px) {
    .container-list-item .teamList .item_employer>div figure.elementor-image-box-img {
        aspect-ratio: 5 / 6;
        width: 100%;
        max-height: 424.19px;
        overflow: hidden;
    }
    .teamList > div {
        column-gap: 4%;
    }
}
