.main-team-faces .section-faces{padding:clamp(3rem,2rem + 4vw,6.25rem) clamp(1rem,.5rem + 3vw,5rem);background-color:#fff}.main-team-faces .section-faces__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:clamp(1.5rem,1rem + 2vw,3rem)}.main-team-faces .section-faces__title{font-size:clamp(1.75rem,1.2rem + 2.2vw,2.5rem);font-weight:700;color:#1e3a5f}.main-team-faces .section-faces__arrows{display:flex;justify-content:flex-end;gap:.75rem}@media(max-width: 768px){.main-team-faces .section-faces__arrows{display:none}}.main-team-faces .section-faces__arrows-mobile{display:none;justify-content:center;gap:.75rem;margin-top:clamp(1rem,.75rem + 1vw,1.5rem)}@media(max-width: 768px){.main-team-faces .section-faces__arrows-mobile{display:flex}}.main-team-faces .section-faces__arrow{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;border:1px solid #e2e8f0;background-color:#f8fafc;color:#4a5568;cursor:pointer;transition:all .2s}.main-team-faces .section-faces__arrow--active{background-color:#4a90d9;border-color:#4a90d9;color:#ebf8ff}