/** Shopify CDN: Minification failed

Line 19:18 Unexpected "{"
Line 19:27 Expected ":"
Line 24:18 Unexpected "{"
Line 24:27 Expected ":"
Line 27:18 Unexpected "{"
Line 27:27 Expected ":"
Line 32:18 Unexpected "{"
Line 32:27 Expected ":"
Line 38:18 Unexpected "{"
Line 38:27 Expected ":"
... and 10 more hidden warnings

**/


/* CSS from section stylesheet tags */
#shopify-section-{{ section.id }} .cnt-cntr {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
}
#shopify-section-{{ section.id }} .fifty {
  flex: 1 1 50%;
}
#shopify-section-{{ section.id }} .fifty img {
  width: 100%;
  object-fit: cover;
  display: block;
}
#shopify-section-{{ section.id }} .itemz {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 50%;
}
#shopify-section-{{ section.id }} .itemz > div {
  margin-bottom: 1rem;
}
#shopify-section-{{ section.id }} .button-img-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
   #shopify-section-{{ section.id }} .section-heading  {
  padding: 10px 20px;
 

  border: none;
  cursor: pointer;
}
#shopify-section-{{ section.id }} button {
  padding: 10px 20px;
  background:#B82D24;
  color: white;
  border: none;
  cursor: pointer;
}
.subH>p {
    color:black;
  }
#shopify-section-{{ section.id }} .small-icon {
  width: 10rem;
  display: block;
}
@media screen and (max-width: 749px) {
  #shopify-section-{{ section.id }} .cnt-cntr {
    flex-wrap: wrap;
  }
}