/** Shopify CDN: Minification failed

Line 25:12 Expected identifier but found whitespace
Line 25:14 Unexpected "{"
Line 25:22 Expected ":"
Line 25:58 Expected ":"
Line 51:8 Expected identifier but found whitespace
Line 51:10 Unexpected "{"
Line 51:19 Expected ":"
Line 51:45 Expected ":"
Line 52:9 Expected identifier but found whitespace
Line 52:11 Unexpected "{"
... and 12 more hidden warnings

**/
.image-text-main{
  padding:50px 0;
  background-image: url(https://urbanbarrelcompany.com/wp-content/uploads/2023/05/Group-7552.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.image-text-heading-title{
  font-family: "Lora", Sans-serif;
  font-size: {{section.settings.desktop-title-fontsize}}px;
  font-weight: 700;
  line-height: 30px;
  color: #4F0E0E;
  text-align: center;
}

.image-text-section.image-left .image-col {
  order: 0;
}
.image-text-section.image-left .text-col {
  order: 1;
}
.image-text-section.text-left .image-col {
  order: 1;
}
.image-text-section.text-left .text-col {
  order: 0;
}

.image-text-section .image-col,
.image-text-section .text-col {
  flex: 1 1 50%;
}

.image-text-section .image-col img {
  width: {{ section.settings.image_width }}px;
  height: {{ section.settings.image_height }}px;
  object-fit: cover;
  max-width: 100%;
}

.image-text-section .text-col {
  color: {{ section.settings.text_color }};
  font-size: {{ section.settings.font_size_desktop }}px;
}

.image-text-section h2 {
  font-size: 28px;
  font-weight: bold;
  color: {{ section.settings.text_color }};
  margin-bottom: 20px;
}

