.team-view{display:grid;grid-template-columns:20rem minmax(0,1fr);gap:1rem;margin:0 auto;width:100%;max-width:1200px}@media screen and (max-width:767px){.team-view{grid-template-columns:1fr}}.team-view .tabs-wrapper{max-width:20rem}@media screen and (max-width:1024px){.team-view .tabs-wrapper{max-width:15rem}}@media screen and (max-width:767px){.team-view .tabs-wrapper{max-width:100%}}.team-view .team-list{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}@media(min-width:768px){.team-view .team-list{grid-template-columns:repeat(3,1fr)}}.team-card{display:flex;align-items:center;flex-direction:column;gap:1.5rem;border-radius:1.5rem;padding:1rem;max-width:220px;margin:0 auto}.team-card p{color:var(--paragraph-text-color);font-size:.625rem;white-space:break-spaces;text-align:center}.team-card .text-wrap{display:flex;flex-direction:column;gap:.75rem}.team-card .profile-img{width:clamp(6rem,80%,8rem);aspect-ratio:1;border-radius:7rem;overflow:hidden}.team-card .profile-img img{width:100%;height:100%;object-fit:cover}.team-card h3{font-size:1.25rem;color:var(--footer-bg-color);text-align:center}.team-card h4{font-size:.75rem;color:var(--cu-short-note-color);text-transform:uppercase;text-align:center}.activity{display:flex;flex-direction:column;gap:1.5rem}.activity p{color:var(--paragraph-text-color);font-size:14px;white-space:break-spaces}@media screen and (max-width:550px){.activity p{font-size:12px}}.activity .activities-wrapper{display:grid;gap:1.5rem;padding:1.5rem;align-items:center;justify-content:center;grid-template-columns:repeat(6,1fr)}@media screen and (max-width:1200px){.activity .activities-wrapper{grid-template-columns:repeat(6,1fr)}}@media screen and (max-width:1024px){.activity .activities-wrapper{grid-template-columns:repeat(6,1fr)}}@media screen and (max-width:700px){.activity .activities-wrapper{grid-template-columns:repeat(3,1fr)}}.activity .activities-wrapper .activity-list{display:flex;flex-direction:column;gap:.75rem;align-items:center;text-align:center}.activity .activities-wrapper .activity-list .img-wrapper{display:flex;justify-content:center;align-items:center;border-radius:50%;background:var(--content-bg);aspect-ratio:1;width:5rem;padding:1.2rem}@media screen and (max-width:1200px){.activity .activities-wrapper .activity-list .img-wrapper{width:4.5rem;padding:1rem}}@media screen and (max-width:1024px){.activity .activities-wrapper .activity-list .img-wrapper{width:4rem;padding:.9rem}}@media screen and (max-width:600px){.activity .activities-wrapper .activity-list .img-wrapper{width:3.5rem;padding:.75rem}}.activity .activities-wrapper .activity-list .img-wrapper img{width:2rem}@media screen and (max-width:1024px){.activity .activities-wrapper .activity-list .img-wrapper img{width:1.8rem}}@media screen and (max-width:600px){.activity .activities-wrapper .activity-list .img-wrapper img{width:1.5rem}}.activity .activities-wrapper h5{color:var(--footer-bg-color);font-size:1.1rem}@media screen and (max-width:550px){.activity .activities-wrapper h5{font-size:1rem}}@media screen and (max-width:1024px){.activity .about-us-logo-wrap .logo-wrapper{grid-template-columns:repeat(7,1fr);gap:.5rem}}@media screen and (max-width:768px){.activity .about-us-logo-wrap .logo-wrapper{grid-template-columns:repeat(4,1fr);gap:.6rem}}@media screen and (max-width:550px){.activity .about-us-logo-wrap .logo-wrapper{grid-template-columns:repeat(2,1fr);gap:.5rem}}