/** Shopify CDN: Minification failed

Line 70:16 Expected identifier but found whitespace
Line 70:18 Unexpected "{"
Line 70:27 Expected ":"
Line 70:53 Expected ":"
Line 71:19 Expected identifier but found whitespace
Line 71:21 Unexpected "{"
Line 71:30 Expected ":"
Line 71:59 Expected ":"

**/


/* CSS from section stylesheet tags */
.custom-image-text-section {
  text-align: center;
}

.custom-image-text-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 30px;
}

.custom-image-text-wrapper .custom-block{
    padding: 30px;
    border: 2px solid #cccccc;
    width: 33%;
    border-radius: 16px;
}

.custom-image-text-wrapper .custom-block img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.custom-image-text-wrapper .custom-block h3 {
  margin-bottom: 10px !important;
  margin-top: 15px;
  font-size: 25px;;
}

.custom-image-text-wrapper .custom-block p {
  margin-bottom: 0;
  margin-top: 0;
}
@media only screen and (max-width: 768px){
  .custom-image-text-wrapper .custom-block{
    width: 100%;
  }
}
.custom-content-section {
      text-align: center;
    }
    .custom-content-section h2{
        font-size: 40px;
        margin-bottom: 10px;
    }
    .custom-content-section img {
    object-fit: cover;
    }
    .image-adapt { width: 100%; height: auto; }
  .image-small { max-height: 450px; width: 100%; }
  .image-medium { max-height: 650px; width: 100%; }
  .image-large { max-height: 850px; width: 100%; }
.testimonial-slider-section {
    padding-top: {{ section.settings.padding_top }}px;
    padding-bottom: {{ section.settings.padding_bottom }}px;
    text-align: center;
  }
  .testimonial-slider-section .swiper-slide {
    background: #f7f7f7;
    padding: 30px;
    border-radius: 8px;
    margin: 0 10px;
  }
  .testimonial-slider-section .testimonial-name {
    font-weight: bold;
    margin-top: 15px;
  }
   .testimonial-slider-section .testimonial-content {
    width: 70%;
    margin: 0 auto;
   }