/* Add custom CSS styles below */ 

.s-block--enhanced-features__item {
    border-width: 0;
}

.s-block--enhanced-features__item .feature-icon {
    width: 15rem;
}

@media (max-width: 768px) {
  .s-block--enhanced-features__item .feature-icon {
    width: 10rem;
  }
}

.flex.flex-col.justify-between.h-full.w-full.p-\[1\.4rem\].bg-store-bg-secondary.rounded-md.shadow-\[rgba\(50\,_50\,_105\,_0\.15\)_0px_2px_5px_0px\,_rgba\(0\,_0\,_0\,_0\.05\)_0px_1px_1px_0px\] {
    background-color: white;
    border: 1px solid #038C7D;
}

p.leading-6.text-sm.mb-2.mt-2\.5.md\:mt-4.text-store-text-primary {
    color: black;
}

p.mb-5.text-store-text-primary {
    color: black;
}


ul.max-w-2xl.lg\:max-w-none.mx-auto.mt-8.grid.gap-x-6.gap-y-6.lg\:mx-0.grid-cols-2.lg\:grid-cols-5 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}