.ss-benefits-row{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;padding:60px 40px;max-width:1100px;margin:0 auto;}
.ss-benefit{text-align:center;}
.ss-benefit img{width:44px;height:44px;object-fit:contain;margin:0 auto 16px;display:block;}
.ss-benefit h4{font-size:13px;letter-spacing:.03em;color:#2b2725;margin:0 0 6px;font-weight:600;}
.ss-benefit p{font-size:12px;color:#898884;line-height:1.5;margin:0;}
@media(max-width:700px){
  .ss-benefits-row{display:flex;grid-template-columns:unset;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:16px;padding:60px 14px 30px;max-width:none;margin:0;}
  .ss-benefits-row::-webkit-scrollbar{display:none;height:0;}
  .ss-benefit{flex:0 0 42%;min-width:150px;scroll-snap-align:start;}
  .ss-benefit img{width:40px;height:40px;margin-bottom:12px;}
  .ss-benefit h4{font-size:13px;margin-bottom:6px;line-height:1.3;}
  .ss-benefit p{font-size:11.5px;line-height:1.5;}
}
