/** Shopify CDN: Minification failed

Line 12:0 Unexpected "<"
Line 75:0 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:feature-icons (INDEX:6) */
<style>
  .features-container {
    background-color: #f7f7f7;
    text-align: center;
    padding: 40px 20px;
  }
  .features-header h2, .features-header p {
    margin: 0 auto 20px auto; /* Ensures margin on all sides */
  }

 #icon_1 {
  display: none;
}
  .features-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center !important;
  }
  .feature-block {
    width: 20%; /* Allows four blocks to fit in a row with some spacing */
    padding: 20px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center; /* Centers items within each block */
    text-align: center;
        height: 13rem;
  }
   .feature-block-star {
    width: 2%; /* Allows four blocks to fit in a row with some spacing */
    display: flex;
    flex-direction: column;
    align-items: center; /* Centers items within each block */
    text-align: center;
  }
  .feature-block img {
    max-width: 100px;
    height: auto;
    margin-bottom: 20px;
  }
  @media (max-width: 768px) {
    .features-grid {
      flex-direction: column;
    }
    .feature-block {
      width: 100% !important;
    padding: 20px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 11rem !important; 
    }
    .feature-block-star {
    width: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
  }
</style>
/* END_SECTION:feature-icons */