.wptb-team-one{
    padding:80px 0;
    overflow:hidden;
}

.wptb-heading{
    margin-bottom:50px;
}

.wptb-item--subtitle{
    font-size:16px;
    font-weight:600;
    margin-bottom:10px;
    color:#7BAE37;
}

.wptb-item--title{
    font-size:52px;
    font-weight:700;
    margin-bottom:0;
    line-height:1.2;
}

.wptb-item--description{
    font-size:18px;
    line-height:30px;
    color:#666;
    margin-bottom:25px;
}

.wptb-swiper-navigation{
    display:flex;
    justify-content:flex-end;
    gap:15px;
}

.swiper-button-prev,
.swiper-button-next{
    position:relative !important;
    top:auto !important;
    left:auto !important;
    right:auto !important;
    margin:0 !important;
    width:55px !important;
    height:55px !important;
    border-radius:50%;
    background:#1f1f1f;
}

.swiper-button-prev:after,
.swiper-button-next:after{
    color:#fff;
    font-size:20px !important;
}

.swiper{
    overflow:hidden;
}

.swiper-slide{
    height:auto;
}

.wptb-team-grid1{
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
}

.wptb-team-grid1:hover{
    transform:translateY(-8px);
}

.wptb-item--image{
    height:auto;
    overflow:hidden;
}

.wptb-item--image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.wptb-item--holder{
    padding:20px;
}

.wptb-item--holder h5{
    margin-bottom:10px;
}

.wptb-item--holder h5 a{
    text-decoration:none;
    color:#222;
    font-size:22px;
    font-weight:600;
}

.wptb-item--position{
    color:#666;
    font-size:14px;
    line-height:24px;
    margin:0;
}

@media(max-width:991px){
    .wptb-item--title{
        font-size:40px;
    }

    .wptb-swiper-navigation{
        justify-content:flex-start;
        margin-top:20px;
    }
}

@media(max-width:767px){
    .wptb-item--title{
        font-size:32px;
    }

    .wptb-item--image{
        height:260px;
    }
}