.team-overview{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.team-overview .item-team{background-color:#FFF;box-shadow:0 0 17px 0 rgba(2,6,19,.12);padding:20px;border-radius:7px}.team-overview .item-team .s1{display:grid;grid-template-columns:70px 1fr;gap:20px 30px;align-items:center}.team-overview .item-team .s1 img{border-radius:50%;border:2px #637B89 solid;max-width:70px}.team-overview .item-team h4{font-size:24px;line-height:1.2;color:#F49332;margin-bottom:0}.team-overview .item-team .position{font-weight:700}.team-overview .item-team .bio{margin-top:30px;height:175px}.team-no-bio .team-overview .item-team .bio{display:none}@media(max-width:1023px){.team-overview{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.team-overview{grid-template-columns:1fr}.team-overview .item-team{text-align:center}.team-overview .item-team .s1{grid-template-columns:1fr;gap:10px}}