.from-team-sec{background:var(--navy);position:relative;overflow:hidden}.from-team-sec::before{content:'';position:absolute;left:50%;top:50%;width:1900px;height:1900px;z-index:1;pointer-events:none;transform:translate(-50%,-50%);border-radius:50%;background:repeating-radial-gradient(circle,transparent 0 118px,rgba(255,255,255,.05) 118px 119px);-webkit-mask-image:radial-gradient(circle at 50% 50%,transparent 30%,#000 62%,transparent 88%);mask-image:radial-gradient(circle at 50% 50%,transparent 30%,#000 62%,transparent 88%)}.from-team-sec .container{position:relative;z-index:2}.from-team-sec .section-title h2{color:var(--white)}.from-team-sec .section-title .desc{color:var(--white)}.from-team-row{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.from-team-item{border:1px solid var(--navy-line);border-radius:12px;padding:26px;background:rgba(255,255,255,.03);display:flex;flex-direction:column}.from-team-item .content{color:var(--bodyTextLight);font-size:18px;line-height:1.5;font-weight:500;padding-bottom:22px}.from-team-item .content span{color:var(--new-orange)}.from-team-item .from-team-photo{width:46px;height:46px;min-width:46px;position:relative;display:flex;align-items:center;justify-content:center;background:linear-gradient(140deg,#2A4A7A,#16294A);border-radius:100px}.from-team-item .from-team-photo::before{position:absolute;content:attr(data-text);letter-spacing:.04em;opacity:.7;color:var(--white);font-size:13px;font-weight:700}.from-team-item .from-team-photo img{width:100%;height:100%;display:flex;border-radius:100px}.from-team-item .from-team-right{display:flex;flex-direction:column;gap:3px}.from-team-item .from-team{display:flex;align-items:center;gap:10px;border-top:1px solid var(--navy-line);padding-top:30px;margin-top:auto}.from-team-item .from-team-name{display:block;font-size:16px;font-weight:600;color:var(--white);line-height:1.3}.from-team-item .from-team-position{font-size:12px;letter-spacing:.04em;opacity:.7;color:var(--white)}.from-team-sec.three-col .from-team-row{grid-template-columns:repeat(3,1fr)}.from-team-sec .btm_text{color:var(--bodyTextLight);margin-top:26px;max-width:65ch;font-family:var(--familySeconday)}@media screen and (max-width:1024px){.from-team-row{grid-template-columns:repeat(3,1fr)}.from-team-item{padding:20px}.from-team-item .content{font-size:16px;padding-bottom:16px}.from-team-item .from-team{padding-top:20px}}@media screen and (max-width:991px){.from-team-row,.from-team-sec.three-col .from-team-row{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:576px){.from-team-row,.from-team-sec.three-col .from-team-row{grid-template-columns:repeat(1,1fr)}}