.people-intro{margin-bottom:4rem}.people-wrapper{display:grid;grid-column-gap:2rem;grid-template-columns:repeat(2,1fr);grid-row-gap:4rem;@media (min-width:768px){&.cols-3{grid-template-columns:repeat(3,1fr)}&.cols-4{grid-template-columns:repeat(4,1fr)}}}.person{h3,p:not(.person-image){margin-bottom:0}h3{font-size:1rem}p+p{margin-top:1rem}&:nth-child(3n+1){.person-image:before{background:linear-gradient(114deg,#d3ff79,#fffed3)}}&:nth-child(3n+2){.person-image:before{background:var(--gradient)}}&:nth-child(3n){.person-image:before{background:linear-gradient(205deg,#ffcaa9,#fffed3)}}}.person-image{display:inline-block;position:relative;&:before{content:"";height:100%;position:absolute;right:-.625rem;top:-.625rem;width:100%}img{display:block;height:9.375rem;object-fit:cover;position:relative;width:10rem}}