.wh-team-slider-flex {
    display: flex;
    gap: 48px;
    flex-wrap: wrap;
    padding-left: 48px;
}



.wh-team-slider-flex > *:first-child {
    flex: 0 0 357px;
}

.wh-team-slider-flex > *:last-child {
    flex: 1;
    min-width: 400px;
}

.wh-team-slider-icon-item {
    display: flex;
    gap: 8px;
    align-items: center;
}
.wh-team-slider-icons>*:not(:first-child){
    margin-top: 10px;
}
.wh-team-member-image {
    padding-bottom: 120%;
}

.wh-team-slider-holder .splide__arrows {
    position: absolute;
    bottom: -80px;
    right: 12%;
}
@media(max-width: 500px){
    .wh-team-slider-flex {
        padding-left: 30px;
        overflow: hidden;
    }
    .wh-team-slider-flex > *:first-child {
        max-width: 90%;
    }

    .wh-team-slider-flex > *:last-child {
        min-width: 0px;
    }
}
