/** Shopify CDN: Minification failed

Line 80:3 Expected "}" to go with "{"

**/

#shopify-section-media-callout {
  background:#fed10a;
}
.media-static {

    max-width: 1400px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 0px auto;
    justify-content: center;
    text-align: center;
    background: #fed10a;
    padding: 64px 24px;
}


.media-static img {
  width:120px;
  mix-blend-mode:multiply;
}
@media only screen and (max-width: 900px) {
.media-static {grid-template-columns:1fr 1fr;gap:12px;}
.media-static img {width:80px;}  
}

.media-callout-title {
  font-weight: bold;
  font-size: 1.7em;
  text-align: center;
}

.mySwiperQuotes .quote {
  font-style: italic;
  font-size: 1.3em;
}



.mySwiperQuotes {
  height: 15%;
  width: 100%;
  overflow: hidden;
}

.mySwiperPubs {
  height: 20%;
  box-sizing: border-box;
  margin: -70px auto auto;
}

.mySwiperPubs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiperPubs .swiper-slide-thumb-active {
  opacity: 1;
}
.media-logos {
  padding: 0;
}

@media only screen and (max-width: 749px) {
  .media-callout-title {
  font-size: 1.3em;
  }
  .mySwiperQuotes .quote{
    font-size: 1.1em;
  }
  .mySwiperPubs {
    margin: -20px auto auto;
  }