/* team slider section css */
section.team-slider h3.common-heading-mid {
    color: #3E5714;
    margin-bottom: 15px;
}

.team-slider-text {
    max-width: 749px;
}

.team-arrow {
    width: 68px;
    height: 68px;
    background-color: #A55B00;
    border-radius: 50%;
    cursor: pointer;
    color: transparent;
    position: relative;
    transition: all linear .3s;
    user-select: none;
}

.team-arrow:after {
    content: "";
    position: absolute;
    background: url(/wp-content/images/btn-arrow.png) no-repeat;
    width: 24px;
    height: 23px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.team-arrow.team-prev:after {
    transform: translate(-50%, -50%) rotate(180deg);
}

.team-slider-arrow {
    display: flex;
    margin-left: auto;
    flex-direction: row-reverse;
    max-width: 20%;
}

section.team-slider {
    padding-top: 90px;
    padding-bottom: 65px;
}

.team-slider-wrapper {
    padding-top: 20px;
}

.team-slider-text p {
    font-family: "basic-sans", sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 28px;
    color: #393939;
}

.team-slider-assets.row {
    margin-top: 28px;
}

.team-slider-counter {
    padding-right: 40px;
    max-width: 10%;
}

.team-slider-assets.row .team-slider-texts {
    max-width: 70%;
}

.team-slider .slick-slide img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 32px;
    object-fit: contain;
    margin: 0 auto;
    width: auto;
    max-height: 531px;
}

.team-slider .team-slide {
    border-radius: 32px;
}

.pcmn {
    font-family: "basic-sans", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    color: #393939;
}

.team-arrow.team-prev {
    margin-right: 12px;
}

@media(max-width: 992px) {
    .team-arrow {
        width: 48px;
        height: 48px;
    }

    .team-arrow:after {
        background-size: 17px;
        width: 17px;
        height: 16px;
    }

    .team-slider-arrow,
    .team-slider-text {
        max-width: 100%;
    }

    .team-slider-counter {
        max-width: 20%;
    }

    .team-slider-assets.row .team-slider-texts {
        max-width: 80%;
    }

}

@media(max-width: 767px) {

    .team-slider-counter,
    .team-slider-assets.row .team-slider-texts {
        max-width: 100%;
    }

    .team-slider-assets.row {
        margin-top: 15px;
    }

    .team-slider-counter {
        padding-bottom: 10px;
    }

    .team-slider-text p {
        margin-bottom: 15px;
    }

}

@media(max-width: 575px) {
    section.team-slider {
        padding-top: 70px;
        padding-bottom: 40px;
    }

    .team-slider .slick-slide img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 32px;
    object-fit: contain;
    max-height: 220px;
}

}

/* team slider section css */