/** Shopify CDN: Minification failed

Line 21:7 Unexpected "{"
Line 21:15 Expected ":"
Line 21:20 Unexpected "-"
Line 21:22 Unexpected "{"
Line 21:31 Expected ":"
Line 21:38 Unexpected "{"
Line 22:19 Expected identifier but found whitespace
Line 22:21 Unexpected "{"
Line 22:30 Expected ":"
Line 23:14 Expected identifier but found whitespace
... and 25 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:image-with-text-custom (INDEX:38) */
.main-{{section.id}}-{{ section.id }} {
  background-color: {{ section.settings.bg_color }};
  padding-top: {{ section.settings.padding_top_desktop }}px;
  padding-bottom: {{ section.settings.padding_bottom_desktop }}px;
}

@media (max-width: 768px) {
  .main-{{section.id}}-{{ section.id }} {
    padding-top: {{ section.settings.padding_top_mobile }}px;
    padding-bottom: {{ section.settings.padding_bottom_mobile }}px;
  }
}

.image-text-wrapper-ce {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 100px;
}

.image-text-wrapper-ce.reverse {
  flex-direction: row-reverse;
}

.image-text-wrapper-ce img {
  max-width: 400px !important;
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.image-text-wrapper-ce .text-d {
  max-width: 50%;
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}

.image-text-wrapper-ce .text-d .heading {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;

}

.image-text-wrapper-ce .text-d .description {
  font-size: 18px;
  line-height: normal;
  color: black;
 
  font-weight: 400;
}

@media (max-width: 768px) {
  .image-text-wrapper-ce img,
  .image-text-wrapper-ce .text-d {
    max-width: 100% !important;
    margin-bottom: 20px;
  }
  .image-text-wrapper-ce{
    gap: 0px;
  }
  .image-text-wrapper-ce .text-d .heading {
    font-size: 18px;
  }
   .main-{{section.id}} .description p{
    font-size: 15px;
    color: black;
    font-family: 'Montserrat' !important;
    font-weight: 400;
    line-height: 24px;
  }
  .main-{{section.id}} .description ul{
    font-size: 15px;
    line-height: 24px;

  }
}
/* END_SECTION:image-with-text-custom */