.team-slider {
    padding: 66px 0;
}

.team-slider .title {
    color: var(--color-dark-green);
    font-family: var(--ff-LT);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 68px;
    margin-bottom: 30px;
}

.team-slider .description {
    color: var(--color-dark-green);
    font-family: var(--ff-RHT);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.17px;
    margin-bottom: 60px;
}

.team-carousel.owl-carousel .owl-nav:not(.disabled) {
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    margin-top: 16px;
    margin-left: 12px;
}

.team-carousel.owl-carousel .owl-nav button {
    border-radius: 91.393px;
    border: 1.371px solid #475156;
    background: transparent !important;
    width: 44px;
    height: 44px;
    outline: none !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.team-carousel.owl-carousel .owl-nav button:hover {
    border: 1.371px solid #475156;
    background: #F2F4F5 !important;
}

.team-slider .member {
    margin: 0 auto;
    max-width: 300px;
}

.team-slider .member .image {
    width: 300px;
    aspect-ratio: 1 / 1;
    object-fit: fill;
}

.team-slider .member .info {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.team-slider .member .info .name {
    color: #000;
    font-family: var(--ff-RHD);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.team-slider .member .info .position {
    color: #000;
    font-family: var(--ff-RHD);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


@media screen and (max-width:991.9px) {

    .team-slider {
        padding: 30px 0;
    }

    .team-slider .title {
        font-size: 42px;
        line-height: 110%;
        margin-bottom: 10px;
    }


    .team-slider .description {
        font-size: 14px;
        font-style: normal;
        margin-bottom: 20px;
    }

    .team-carousel.owl-carousel .owl-stage {
        padding-left: 12px;
        display: flex;
    }
}