/** Shopify CDN: Minification failed

Line 18:10 Unexpected "{"
Line 18:19 Expected ":"
Line 19:14 Expected identifier but found whitespace
Line 19:16 Unexpected "{"
Line 19:25 Expected ":"
Line 19:51 Expected ":"
Line 20:17 Expected identifier but found whitespace
Line 20:19 Unexpected "{"
Line 20:28 Expected ":"
Line 20:57 Expected ":"

**/


/* CSS from section stylesheet tags */
.section-{{ section.id }}-padding {
  padding-top: {{ section.settings.padding_top }}px;
  padding-bottom: {{ section.settings.padding_bottom }}px;
}

@media screen and (max-width: 749px) {
  .news-section a {
    gap: 15px !important;
  }
  
  .news-section a > div:first-child {
    width: 120px !important;
    height: 120px !important;
  }
}

.news-section a:hover {
  opacity: 0.7;
}

.news-section a:hover + div {
  opacity: 0.8;
}