.teamLanding{display:grid;grid-template-columns:repeat(4,1fr);gap:50px 30px;padding-top:40px;margin-bottom:50px}.teamLanding img{width:100%}@media screen and (max-width:1100px){.teamLanding{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:890px){.teamLanding{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:600px){.teamLanding{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:400px){.teamLanding{grid-template-columns:1fr}}