


#team{
    padding: 100px clamp(0.8125rem, -0.9rem + 8.5625vw, 9.375rem);
    background-color:#0e2431 ;
}



#team h1{
    color: #000;
    font-weight: bolder;
}


.teambox{
    padding: 30px;
    border: 1px solid;
    width: 360px;
    text-align: center;
    height: 400px;
    background-color: rgb(255, 255, 255);
    border-radius: 18px;
    transition: 0.5s;
}

.teambox:hover{
    transform: scale(1.3);
    z-index: 2;
}


.team-content{
    display: flex;
    gap: clamp(0.9375rem, -1.6667rem + 3.4722vw, 2.5rem);
    margin-bottom: 20px;
    justify-content: center;
}


.team-img{
    width: 161px;
    box-shadow: 5px 5px 15px -3px #000000;
}

.team-head{
    text-align: center;
    margin-bottom: 20px;
}

.team-icons i{
    font-size: 30px;
    line-height: clamp(3.5625rem, 0.7957rem + 4.0244vw, 5.625rem);
    color: rgb(0, 0, 0);
    cursor: pointer;
    margin-left: 9px;
}


@media screen and (max-width:1100px) {
    .team-content{
        flex-wrap:wrap ;
    }
}
