.ych-features{ display:flex; flex-wrap:wrap; gap:28px; justify-content:space-between; align-items:stretch; }
.ych-features.columns-4 .ych-feature{ width:calc(25% - 21px); }
.ych-features.columns-3 .ych-feature{ width:calc(33.333% - 18.666px); }
.ych-features.columns-2 .ych-feature{ width:calc(50% - 14px); }
.ych-features.columns-1 .ych-feature{ width:100%; }
.ych-feature{ background:transparent; padding:14px; box-sizing:border-box; }
.ych-feature-icon { 
    width: 66px !important; 
    height: 66px !important; 
    border-radius: 50% !important; 
    background: #f3f3f3 !important; 
    display: flex !important; 
    align-items: center !important; 
    justify-content: center !important; 
    margin-bottom: 12px; 
    flex-shrink: 0;
}
.ych-feature-icon img { 
    width: 44px !important; 
    height: 44px !important; 
    max-width: 44px !important;
    max-height: 44px !important;
    object-fit: contain !important; 
    display: block; 
}
.ych-feature-title{ font-size:18px; color:#1a2a85; margin:0 0 8px; }
.ych-feature-desc{ color:#6b6b6b; font-size:14px; line-height:1.6; }

@media(max-width:900px){
  .ych-features{ gap:20px; }
  .ych-features.columns-4 .ych-feature,
  .ych-features.columns-3 .ych-feature,
  .ych-features.columns-2 .ych-feature { width: calc(50% - 10px); }
  .ych-features.columns-1 .ych-feature { width: 100%; }
}

@media(max-width:600px){
  .ych-features{ flex-direction:column; }
  .ych-features .ych-feature{ width:100% !important; }
}
