/** Shopify CDN: Minification failed

Line 53:2 Unexpected "<!--"
Line 58:3 Unexpected "-->"

**/
h3 {
 min-height: 60px;
 font-weight: 500;
}
p {
  font-size: 15px;
}
.class_feature-row__image {
    margin: 20px 0px;
}
.alignment-none {
}

.alignment-center {
  margin-top: 10%;
}

.grid_item_width_container--columns-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
} 


.grid_item_width--none {
} 

.grid_item_width--columns-2 {
      width: 100%;
} 

<!-- @media only screen and (min-width: 750px) {
  .desktop-view {
    display: block;
  }
  .mobile-view {
    display: none;
  }
}-->
  
@media only screen and (max-width: 749px) {
  h2.feature-columns-title {
    font-size: 1.5rem !important;
  }
   .page-width.columns_with_images {
        margin-bottom: 3rem;
  }
  <!--.desktop-view {
    display: none;
  }
  .mobile-view {
    display: block;
  }-->
}