.about-stats-row{display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap}@media screen and (max-width:767px){.about-stats-row{flex-direction:column;gap:1.5rem}}.about-stat-item{text-align:center;min-width:150px}.about-stat-number{font-size:3rem;font-weight:700;color:#3b5dc0;line-height:1.2}@media screen and (max-width:767px){.about-stat-number{font-size:2.5rem}}.about-stat-label{font-size:1rem;color:#545479;margin-top:.25rem}.about-stat-divider{width:1px;height:60px;background:#ccc}@media screen and (max-width:767px){.about-stat-divider{width:60px;height:1px}}.team-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:3rem;gap:3rem;max-width:900px;margin:0 auto}@media screen and (max-width:767px){.team-grid{grid-template-columns:1fr;gap:2rem}}.team-member{text-align:center;padding:2.5rem 2rem;border-radius:1rem;background:#fff;box-shadow:0 4px 20px rgba(0,0,0,.05);transition:transform .2s ease,box-shadow .2s ease}.team-member:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.1)}@media screen and (max-width:767px){.team-member{padding:2rem 1.5rem}}.team-member_avatar{width:150px;height:150px;border-radius:50%;object-fit:cover;border:4px solid #3b5dc0}@media screen and (max-width:767px){.team-member_avatar{width:120px;height:120px}}.team-member_name{font-size:1.5rem;font-weight:700;color:#24244f}.team-member_role{font-size:1rem;color:#3b5dc0;font-weight:600}.team-member_bio{color:#545479;line-height:1.6}.team-member_social{display:flex;justify-content:center;gap:1rem}.team-member_social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#f4f4f4;color:#24244f;transition:background .2s ease,color .2s ease}.team-member_social-link:hover{background:#3b5dc0;color:#fff}.layout300_list--3cols{grid-template-columns:repeat(3,1fr)!important}@media screen and (max-width:991px){.layout300_list--3cols{grid-template-columns:repeat(2,1fr)!important}}@media screen and (max-width:767px){.layout300_list--3cols{grid-template-columns:1fr!important}}.layout300_list--3cols .layout300_item{text-align:center}.text-color-primary{color:#3b5dc0}