
.edsiec-wrap,.edsiec-wrap *{box-sizing:border-box}
.edsiec-wrap{width:100%;max-width:1200px;margin:38px auto;padding:0 15px;font-family:Inter,Arial,sans-serif}
.edsiec-heading{text-align:center;margin-bottom:24px}
.edsiec-heading h2{margin:0 0 8px!important;color:#003399!important;font-family:Poppins,Arial,sans-serif!important;font-size:30px!important;font-weight:600!important;line-height:1.2!important}
.edsiec-heading p{margin:0!important;color:#58595B!important;font-size:14px!important;line-height:1.5!important}
.edsiec-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.edsiec-card{display:flex;align-items:center;min-height:112px;padding:18px 20px;background:#fff;border:1px solid #edf1f7;border-radius:14px;box-shadow:0 6px 18px rgba(0,51,153,.06)}
.edsiec-icon{display:flex;align-items:center;justify-content:center;flex:0 0 58px;width:58px;height:58px;margin-right:16px;border-radius:50%;background:#f3f6fc}
.edsiec-icon svg{width:34px;height:34px;fill:none;stroke:#003399;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}
.edsiec-icon .edsiec-dot{fill:#003399;stroke:none}
.edsiec-content{min-width:0}
.edsiec-number{margin-bottom:5px;color:#003399;font-family:Poppins,Arial,sans-serif;font-size:28px;font-weight:600;line-height:1}
.edsiec-label{color:#58595B;font-size:12px;line-height:1.4}
@media(max-width:991px){.edsiec-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){
.edsiec-wrap{margin:28px auto}
.edsiec-heading h2{font-size:26px!important}
.edsiec-grid{grid-template-columns:1fr;gap:14px}
.edsiec-card{min-height:100px;padding:16px 18px}
.edsiec-icon{flex-basis:52px;width:52px;height:52px;margin-right:14px}
.edsiec-icon svg{width:30px;height:30px}
.edsiec-number{font-size:25px}
.edsiec-label{font-size:12px}
}
