/** Shopify CDN: Minification failed

Line 53:1 Expected "}" to go with "{"

**/
@media (max-width: 749px) {
  #shopify-section-template--25623797006665__image_with_text_nKVjzC .push-btn,
  #shopify-section-template--25623797006665__video_with_text_xMeGca .push-btn {
    display: block !important;
    width: fit-content !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #shopify-section-template--25623797006665__image_with_text_nKVjzC [class*="text-left"],
  #shopify-section-template--25623797006665__video_with_text_xMeGca [class*="text-left"] {
    text-align: center !important;
  }
@media (max-width: 749px) {
  /* Footer - center everything on mobile */
  footer .grid,
  footer [class*="grid"] {
    text-align: center !important;
  }

  footer .flex.flex-wrap.justify-start {
    justify-content: center !important;
  }

  footer ul[class*="social"],
  footer [class*="social-icons"] {
    justify-content: center !important;
    display: flex !important;
  }

  footer .payment-icons {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  footer .md\:flex {
    text-align: center !important;
    justify-content: center !important;
  }
  /* Fix clipped image in feature text with image section */
.section-feature-text-with-image {
  overflow: visible;
}
.section-feature-text-with-image .media {
  overflow: visible;
}
}