/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 40:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
.feature-section {
  padding: 20px 0;
  background-color: #fef7e5 !important;
}
.feature-items {
  display: flex;
  gap: 20px;
  justify-content: space-around;
  flex-wrap: wrap;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  width: 150px;
  border-radius: 8px;
  color: #fff;
  text-align: center;
}
.feature-icon img {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}
.feature-title {
  font-size: 14px;
  font-weight: bold;
}
</style>