.about-team-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 270px;
    border-radius: 15px;
    border-top: 2px solid var(--secondary);
    /* min-height: 160px; */
    /* width: 100%;
    height: 100%; */
} 
 @media screen and (max-width: 600px) {
    .about-team-img {
        min-height: 300px;
    } 
}