.DeliveryInfo{display:flex;flex-direction:column;font-size:18px;gap:24px;padding-left:1px}@media only screen and (max-width:820px){.DeliveryInfo{font-size:16px}}.DeliveryInfo li+li{margin-top:6px}@media only screen and (max-width:820px){.DeliveryInfo li+li{margin-top:12px}}.DeliveryInfo ::marker{content:"- ";font-size:1.2em}.DeliveryInfo__box,.DeliveryInfo__truck{display:grid;grid-template-columns:32px 1fr;grid-gap:30px;gap:30px}@media only screen and (max-width:820px){.DeliveryInfo__box,.DeliveryInfo__truck{gap:24px}}.DeliveryInfo__box:before,.DeliveryInfo__truck:before{background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:100%;width:100%}.DeliveryInfo__truck:before{background-image:url(/resources/img/icons/truck.svg);height:22px;width:30px}.DeliveryInfo__box:before{background-image:url(/resources/img/icons/box.svg);height:24px;width:24px;margin-left:1px}