/** Shopify CDN: Minification failed

Line 25:20 Expected identifier but found whitespace
Line 25:22 Unexpected "{"
Line 25:31 Expected ":"
Line 28:20 Expected identifier but found whitespace
Line 28:22 Unexpected "{"
Line 28:31 Expected ":"
Line 31:4 Unexpected "{"
Line 31:5 Expected identifier but found "%"
Line 32:20 Expected identifier but found whitespace
Line 32:22 Unexpected "{"
... and 3 more hidden warnings

**/


/* CSS from section stylesheet tags */
.banner-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.certify-column-wrapper{
   background-color: {{ section.settings.background }};
}
.certify-column-wrapper{
   background-color: {{ section.settings.background }};
}
.certify-column-wrapper{
    {% if section.settings.bg-color %}
   background-color: {{ section.settings.bg-color }};
   {% endif %}
}