@media only screen and (max-width:767px) {
    section {
        padding: 20px 0 !important;
    }
    
    .team-members-list{
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .team-members-list .team-item img{
        height: auto;
    }
}