.team-video {
    text-align: center;
}
.team-content h6{
 text-decoration:underline; 
}
.team-content img{
 width: 24%;
 height: 200px;
 object-fit: cover;
}
.team-img {
    display: flex;
    /* flex-direction: column; */
    gap: 25px 1%;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}