.employee__intro{align-items:center;column-gap:10px;display:flex;flex-direction:row}.employee__intro h2{margin-bottom:0}ul.employee__listing{column-gap:33px;display:grid;grid-template-columns:repeat(3,1fr);margin-top:40px;padding-left:0;row-gap:50px}@media(max-width:1054px){ul.employee__listing{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}