 .ep-feature-wrap{   font-family:Arial,sans-serif; }  .ep-feature-wrap h2{   font-size:28px;   margin:0 0 26px;   color:#0f172a; }  .ep-feature{   display:flex;   align-items:flex-start;   gap:18px;   margin-bottom:24px; }  .ep-icon{   width:54px;   height:54px;   min-width:54px;   border-radius:16px;   background:#eff6ff;   display:flex;   align-items:center;   justify-content:center;   transition:.25s ease; }  .ep-icon svg{   width:28px;   height:28px;   stroke:#1d4ed8;   stroke-width:2;   fill:none;   stroke-linecap:round;   stroke-linejoin:round; }  .ep-feature:hover .ep-icon{   background:#dbeafe;   transform:translateY(-3px); }  .ep-feature h3{   font-size:20px;   margin:0 0 6px;   color:#0f172a; }  .ep-feature p{   margin:0;   font-size:16px;   line-height:1.6;   color:#475569; } 