.df-employee-grid-slider__wrapper {
    max-width: 890px;
    margin: 0 auto;
    row-gap: 30px;
}

.df-employee-grid-slider__wrapper.df-employee-slider__wrapper {
    max-width: 100%;
}

.df-employee-grid__item:not(.swiper-slide) {
    max-width: 33.33%;
    flex: 0 0 33.33%;
    padding: 0 8px;
}

.df-employee-grid__content {
    text-align: center;
}

.df-employee-grid__image-wrapper::after{
    content: '';
    width: 100%;
    height: 100%;
    background-color: var(--color-custom-2);
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}

.df-employee-grid__image {
    height: 300px;
    object-fit: contain;
    object-position: bottom;
    z-index: 2;
}

.df-employee-grid__item:first-child .df-employee-grid__image-wrapper {
    border-top-left-radius: 20px;
}

.df-employee__slider .budi-swiper-arrow {
    margin-top: 20px;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .df-employee-grid__item:not(.swiper-slide) {
        max-width: calc(50% - 5px);
        flex: 0 0 calc(50% - 5px);
    }

    .df-employee-grid__name {
        font-size: 16px;
    }

    /* If the data only 3 */
    /* .df-employee-grid.grid-3-column .df-employee-grid__item:first-child {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 35px;
    }

    .df-employee-grid.grid-3-column .df-employee-grid__item:first-child .df-employee-grid__item-inner {
        max-width: 50%;
    } */

    .df-employee-grid-slider__wrapper > div{
        column-gap: 10px;
        row-gap: 30px;
    }
}

@media only screen and (max-width: 576px) {

    .df-employee-grid__image {
        padding-top: 40px;
        height: auto;
    }
}