/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 50:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
#lcr-section {
  padding: 40px 20px;
  text-align: center;
}
#lcr-section h2 {
  margin-bottom: 40px;
  font-size: 2rem;
}
.lcr-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.lcr-column {
  flex: 1;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
.lcr-icon-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lcr-icon-block img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .lcr-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
</style>