.profile-section{box-sizing:border-box;margin:50px auto;max-width:1150px;padding:0 30px;width:100%}.profile-grid{display:grid;gap:20px;grid-template-columns:repeat(3,1fr);width:100%}.profile-card{align-items:center;aspect-ratio:1/1;background:#004876;border-radius:50%;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding:40px 38px;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.profile-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.16);transform:translateY(-4px)}.profile-icon{align-items:center;display:flex;height:85px;justify-content:center;margin-bottom:18px;width:100%}.profile-icon-svg{color:#fff!important;height:78px!important;width:78px!important}.profile-icon-svg,.profile-icon-svg path{fill:#fff!important}.profile-title{font-size:22px;font-weight:600;line-height:1.2;margin:0 0 14px}.profile-description,.profile-title{color:#fff;font-family:Poppins,sans-serif}.profile-description{font-size:15px;font-weight:400;line-height:1.6;max-width:90%}.profile-description p{margin:0}.profile-description strong{color:#fff}@media (max-width:1000px){.profile-grid{gap:20px;grid-template-columns:1fr;margin:0 auto;max-width:520px}.profile-card{aspect-ratio:1/1;border-radius:50%;padding:38px 34px}}@media (max-width:600px){.profile-section{margin:40px auto;padding:0 20px}.profile-grid{gap:18px}.profile-card{padding:32px 28px}.profile-icon{height:70px;margin-bottom:14px}.profile-icon-svg{height:64px!important;width:64px!important}.profile-title{font-size:20px;margin-bottom:12px}.profile-description{font-size:14px;line-height:1.5}}