/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 54:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
.icon-feature-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 0;
}
.icon-feature-left, .icon-feature-right {
  flex: 1 1 100%;
}
@media(min-width: 768px) {
  .icon-feature-left {
    flex: 1 1 50%;
  }
  .icon-feature-right {
    flex: 1 1 50%;
  }
}
.icon-feature-block {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
.icon-feature-block img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.custom-button-wrapper {
  margin-top: 25px;
}
.custom-icon-btn {
  display: inline-block;
  background-color: #61C70D;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
}
.custom-icon-btn:hover {
  background-color: #4fa90a;
}
</style>