/** Shopify CDN: Minification failed

Line 21:18 Unexpected "{"
Line 21:27 Expected ":"
Line 80:20 Unexpected "{"
Line 80:29 Expected ":"

**/
a {
  color: #000000;
}

p strong {
  font-weight: 420;
}

.flex--column {
  flex-direction: column;
}

#shopify-section-{{ section.id }} .image-with-text {
  margin: 0 auto;
}

.image-with-text .videowise-background {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
}

.image-with-text .reeview-app-widget {
  flex: 1;
}

.image-with-text__media {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
}

.image-with-text__image {
  width: 100%;
}

.image-with-text__richtext ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.justify--center {
  justify-content: center;
}

.justify-between { 
  justify-content: space-between; 
}

.image-with-text__callout {
  padding: 8px 15.5px;
}

@media (min-width: 750px){
  .image-with-text__block--row {
    flex-direction: row;
  }

  .image-with-text__block--row-reverse {
    flex-direction: row-reverse;
  }

  .image-with-text__callout {
    padding: 12px;
  }
}

@media (max-width: 1280px) and (min-width: 750px) {
  #shopify-section-{{ section.id }} .image-with-text__container {
    width: 50%;
  }
}