/** Shopify CDN: Minification failed

Line 33:18 Unexpected "{"
Line 33:27 Expected ":"
Line 38:18 Unexpected "{"
Line 38:27 Expected ":"

**/
.video-with-text__content {
  padding: var(--padding-y, 4.8rem) var(--padding-x, 4rem);
}

@media (max-width: 1279.98px) {
  .video-with-text__content {
    --padding-x: 4rem;
  }
}
@media (max-width: 1023.98px) {
  .video-with-text__content {
    --padding-x: 3rem;
  }
}
@media (max-width: 767.98px) {
  /*.video-with-text__content {
    --padding-x: 2rem;
  }*/
  .video-with-text__content {
    padding: 2rem 0rem;
}
}


#shopify-section-{{ section.id }} .video-with-text__content  motion-element {
    display: flex;
    align-items: center;
    column-gap: 5px;
}
#shopify-section-{{ section.id }} .video-with-text__content motion-element p {
    margin-top: 0px;
}