.IconFeatureCard{width:100%;margin:40px auto;padding:25px 0}.IconFeatureCard .banner-container{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:center;gap:15px;width:100%;max-width:var(--desktop-max-width,1400px);margin:0 auto;padding:0 var(--spacing-md);box-sizing:border-box;}.IconFeatureCard .banner-item{flex:1 1 calc(16.666% - 15px);min-width:160px;display:flex;flex-direction:column;align-items:center;text-align:center;padding:25px 15px;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;transition:transform .3s ease,box-shadow .3s ease;box-sizing:border-box;}.IconFeatureCard .banner-item:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.06);background:#ffffff;}.IconFeatureCard .banner-item a{text-decoration:none;color:inherit;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;gap:10px;}.IconFeatureCard .banner-image{width:55px;height:55px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin:0 auto 15px auto;position:relative;}.IconFeatureCard .banner-image img,.IconFeatureCard .banner-image amp-img{max-width:100%;max-height:100%;object-fit:contain;}.IconFeatureCard .content-box{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;text-align:center;}.IconFeatureCard .title{font-size:13px;font-weight:700;color:#1b365d;margin:0 0 6px 0;padding:0;line-height:1.3;text-transform:uppercase;letter-spacing:.5px;width:100%;word-break:break-word;}.IconFeatureCard .content{font-size:12px;color:#6c757d;line-height:1.35;margin:0;width:100%;word-break:break-word;}.IconFeatureCard .button-container{display:none;}@media (max-width:992px){.IconFeatureCard .banner-item{flex:1 1 calc(33.333% - 15px)}}@media (max-width:576px){.IconFeatureCard .banner-item{flex:1 1 calc(50% - 10px);padding:15px 10px}}