.meet-the-team-tab-cards{display:grid;gap:24px;grid-template-columns:1fr}.meet-the-team-tabs{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:40px}.meet-the-team-tabs__tab{border-bottom:2px solid #bbb;color:#bbb;cursor:pointer;padding:10px 20px;transition:var(--transition)}.meet-the-team-tabs__tab.active{border-bottom:2px solid #c58e34;color:#000}#meet-the-team__pagination{align-items:center;display:flex;flex-wrap:wrap;gap:10px;grid-column:-1/1;justify-content:center;margin-top:60px}#meet-the-team__pagination span{cursor:pointer;display:block;font-size:20px;font-style:normal;line-height:26px;margin:0;padding:5px;text-align:center;width:auto}#meet-the-team__pagination span.active{font-weight:500}@media only screen and (max-width:767px){.meet-the-team-tabs.hide-mobile{display:none}#meet-the-team__pagination{margin-top:40px}}@media only screen and (min-width:768px){.meet-the-team-tabs.hide-desktop{display:none}}@media only screen and (min-width:640px){.meet-the-team-tab-cards{gap:30px;grid-template-columns:1fr 1fr}}@media only screen and (min-width:1024px){.meet-the-team-tab-cards{gap:60px;grid-template-columns:1fr 1fr 1fr}}