/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 68:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
.icon-features-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.icon-features-header {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.icon-features-header h2 {
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}
.icon-features-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  gap: 40px;
  padding: 0 20px;
}
.icon-feature {
  width: 30%;
  min-width: 250px;
  text-align: center;
  box-sizing: border-box;
}
.icon-feature img {
  height: 40px;
  margin-bottom: 15px;
}
.icon-feature h3 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
}
.icon-feature p {
  color: #666;
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .icon-feature {
    width: 100%;
  }
  .icon-features-header h2 {
    font-size: 24px;
  }
}
</style>