.team-section{
    background:#f8f9fa;
}

.team-card{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.4s;
}

.team-card:hover{
    transform:translateY(-8px);
}

.team-card img{
    width:100%;
    height:420px;
    object-fit:cover;
}

.team-content{
    padding:20px;
    text-align:center;
}

.team-content h4{
    font-size:22px;
    margin-bottom:8px;
    font-weight:700;
}

.team-content span{
    color:#666;
    font-size:15px;
}

.swiper-pagination{
    margin-top:20px;
    position:relative;
}
h2 , .name{
    font-size: 32px;
}