.teams__block .team{display:grid;gap:30px;grid-template-columns:1fr;justify-items:center}@media screen and (min-width:768px){.teams__block .team{grid-template-columns:1fr 1fr}}@media screen and (min-width:1200px){.teams__block .team{grid-template-columns:1fr 1fr 1fr}}.teams__block .team .people{display:flex;flex-direction:column;width:305px}.teams__block .team .people .image-container{height:480px;width:305px}.teams__block .team .people .image-container img{height:100%}
