/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 42:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
.icon-row-custom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 0;
}
.iconbox {
  text-align: center;
  flex: 1 1 25%;
  padding: 10px;
}
.iconbox img {
  width: 60px;
  height: auto;
  margin-bottom: 10px;
}
.iconbox h3 {
  font-size: 16px;
  color: #222;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .iconbox {
    flex: 1 1 50%;
  }
}
@media (max-width: 480px) {
  .iconbox {
    flex: 1 1 100%;
  }
}
</style>