.person-cards{background-color:#fff;border-radius:6px;display:flex;flex-wrap:wrap;justify-content:center;padding:1em}.person-card{flex:0 1 calc(33.333% - 20px);margin-bottom:20px;text-align:left}.person-card .person-card__heading{color:#00baff;font-size:20px}.person-card img{border-radius:6px;height:auto;object-fit:cover;width:100%}@media screen and (max-width:768px){.person-cards{justify-content:flex-start}.person-card{flex:0 1 calc(50% - 10px)}}@media screen and (max-width:480px){.person-card{flex:0 1 100%}}