/** Shopify CDN: Minification failed

Line 12:13 Expected identifier but found whitespace
Line 12:15 Unexpected "{"
Line 12:24 Expected ":"

**/


/* CSS from section stylesheet tags */
.responsive-gif-section {
  text-align: {{ section.settings.text_alignment }};
  padding: 40px 20px;
}

.responsive-gif-section img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.responsive-gif-text h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.responsive-gif-text p {
  font-size: 1rem;
  max-width: 700px;
  margin: 0 auto;
}