.team__row{display:grid;gap:1rem}.tean__col{overflow:hidden;transition:.2s ease}.tean__col:hover{box-shadow:0 7px 29px 0 hsla(240,5%,41%,.2);cursor:pointer}.team__img-wrap img{width:100%}.team__copy{padding:8px 12px}.team__copy h3{margin:0 0 8px}.team__copy p{margin-bottom:0}@media only screen and (min-width:576px){.team__row{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:768px){.team__row{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:992px){.team__row{grid-template-columns:repeat(4,1fr)}}