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