.team-list{display:grid;grid-auto-flow:row;justify-content:center;grid-gap:44px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));padding:0!important}.team-member{align-items:flex-start;background:#fff;box-sizing:border-box;display:flex;flex-direction:column;max-width:300px;overflow:hidden;width:100%}.team-member img{display:block;height:auto;margin-bottom:15px;max-width:100%}.team-member-name{align-items:flex-start;background:#7ec3fc;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;min-height:120px;padding:10px;width:100%}.team-member-name div,.team-member-name h4{margin:0}.team-member-name>:not(a){margin-bottom:10px}.team-member-name a{margin-top:auto}.team-member-name a img{display:block}@media (max-width:1060px){.team-list{grid-template-columns:1fr}.team-member{margin:0 auto;max-width:300px}}