.our-team .filters{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:50px}.our-team .filter-btn{background:#e5efec;background:#ebf0ec;border:none;border-radius:5px;color:#000;cursor:pointer;font-weight:600;padding:10px 16px}.our-team .sort-by p{color:#14182b;font-family:Poppins;font-size:15px;font-style:normal;font-weight:600;line-height:110%}.our-team .sort-by{margin-bottom:10px}.our-team .filter-btn.active{background:#d8e3de}.our-team .team-grid{display:grid;gap:40px 10px;grid-template-columns:repeat(4,1fr)}.our-team .team-card h3,.our-team .team-card p{color:#14182b;margin-bottom:5px}.our-team .team-card h4{color:#4a7b77}.our-team .team-card h4:last-child{margin:0}.our-team .team-card img{border-radius:14px;max-height:360px;object-fit:cover;width:100%}.our-team .details{margin-top:15px}.our-team .main-content{background:#f8f7f4;border-radius:5px;padding:70px 90px;width:100%}@media (max-width:991px){.our-team .team-grid{grid-template-columns:repeat(2,1fr)}.our-team .main-content{padding:20px}}@media (max-width:500px){.our-team .team-grid{grid-template-columns:1fr}.our-team .team-card img{height:auto;max-height:none}}