.Abt_meet_team {
    /* padding: 5% 0%; */
    margin: 2% 0%;
}

.Abt_meet_team .teamsec {
    margin: 70px 0px;
}

.Abt_meet_team .teamsec .team-card {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.Abt_meet_team .teamsec .team-card .img-div {
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 10px;

}

.Abt_meet_team .teamsec .team-card .img-div .temimg {
    aspect-ratio: 1/1.2;
    width: 100%;
    height: 100%;
    object-position: top;
    object-fit: cover;
    border-radius: 10px;
    transform: scale(1.1);
    transition: 0.3s;
}

.Abt_meet_team .teamsec .team-card .img-div:hover .temimg {
    aspect-ratio: 1/1.2;
    width: 100%;
    height: 100%;
    object-position: top;
    object-fit: cover;
    border-radius: 10px;
    transform: scale(1);
    transition: 0.3s;
}

.Abt_meet_team .teamsec .team-card .namebg-div  {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 63px;
    background: #302e2e;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    width: 90%;
    margin: 0px auto;
    transition: 0.4s;
    display: flex;
    justify-content: center;
}
.Abt_meet_team .teamsec .team-card:hover .namebg-div {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 70%;
    background: linear-gradient(0deg, #f49206, rgba(0, 0, 0, 0));
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    width: 100%;
    margin: 0px auto;
    transition: 0.4s;
}
.Abt_meet_team .teamsec .team-card .namebg-div .name {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
}
.Abt_meet_team .teamsec .team-card .namebg-div .position{
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
}
.Abt_meet_team .teamsec .team-card .namebg-div .namediv{
    position: absolute;
    bottom: 5px;
    text-align: center;
}

.Abt_meet_team .bd-line-sec {
    width: 100%;
    height: 4px;
    background: #f7b04b;
}


@media (min-width:0px) and (max-width:767.98px){
    .Abt_meet_team .teamsec .team-card .namebg-div .name {
        font-size: 13px;
    }    
    .Abt_meet_team .teamsec .team-card .namebg-div .position {
        font-size: 12px;
    }
    .Abt_meet_team .teamsec .team-card .namebg-div {
        height: 50px;
    }
}
@media (min-width:768px) and (max-width:991px){
    .Abt_meet_team .teamsec .team-card .namebg-div .name {
        font-size: 13px;
    }    
    .Abt_meet_team .teamsec .team-card .namebg-div .position {
        font-size: 12px;
    }
    .Abt_meet_team .teamsec .team-card .namebg-div {
        height: 50px;
    }
}
@media (min-width:992px) and (max-width:1400px){
    .Abt_meet_team .teamsec .team-card .namebg-div .name {
        font-size: 14px;
    }    
    .Abt_meet_team .teamsec .team-card .namebg-div .position {
        font-size: 13px;
    }
    .Abt_meet_team .teamsec .team-card .namebg-div {
        height: 60px;
    }
}