.checkout-features{flex-wrap:wrap;gap:20px;margin-top:40px;display:flex}@media (max-width:767px){.checkout-features{gap:10px}}.checkout-features .feature{background:var(--light-red-color);border-radius:24px;justify-content:space-between;align-items:center;gap:5px;width:calc(25% - 15px);padding:15px;display:flex}@media (max-width:767px){.checkout-features .feature{border-radius:12px;width:calc(50% - 8px)}}.checkout-features .feature span{max-width:160px;font-size:clamp(14px,1.5vw,18px);font-weight:400}.checkout-features .feature img{width:45px!important}@media (max-width:767px){.checkout-features .feature img{width:42px!important}}
