/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 76:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  section#shopify-section-template--24457726624120__home_usp_MWrAxD {
    background: #f2f2f2;
    padding: 40px 0px;
}
.icon-feature-section {
  padding: 40px 0;
  background: #f5f5f5;
}
.icon-feature-grid {
      display: flex;
    gap: 20px;
    flex-wrap: nowrap;
    justify-content: space-around;
    max-width: 1500px;
    margin: 0px auto;
   padding: 0px 5rem;
}
.icon-feature-block {
  background: #ededed;
  padding: 15px;
  border-radius: 20px;
  text-align: center;
  width: 20%;
}
.icon-feature-block img {
  max-height: 80px;
  /* margin-bottom: 15px; */
}
.icon-feature-block p {
  /* font-weight: 600; */
  color: #000000;
  margin: 0;
  font-size:18px;
}
  @media(max-width:676px){
    .icon-feature-grid {
       display: flex;
    gap: 20px;
    flex-wrap: nowrap;
   justify-content: flex-start;
    padding: 0px 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
}
    .icon-feature-block {
    background: #ededed;
    padding: 15px;
    border-radius: 20px;
    text-align: center;
    /* width: 244px; */
    flex: 0 0 45%;
}
    .icon-feature-block p {
    font-weight: 600;
    color: #000000;
    margin: 0;
    font-size: 12px;
}
    .icon-feature-block img {
    max-height: 50px;
    /* margin-bottom: 15px; */
}
  }
</style>