/** Shopify CDN: Minification failed

Line 35:0 Expected "}" to go with "{"

**/
.text-static-image__description {
  max-width: 600px;
  margin: 0 auto 16px;
  font-size: 16px;
  line-height: 1.4;
}
.text-static-image__image .img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.text-static-image__image .img-desktop {
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .text-static-image__description {
    margin-bottom: 56px;
}
@media screen and (min-width: 1024px) {
  .text-static-image__image .img-desktop {
    display: block;
    visibility: visible;
  }
  .text-static-image__image .img-mobile {
    display: none;
    visibility: hidden;
  }
}
