/** Shopify CDN: Minification failed

Line 22:12 Expected identifier but found whitespace
Line 22:14 Unexpected "{"
Line 22:23 Expected ":"
Line 22:47 Expected ":"
Line 24:10 Expected identifier but found whitespace
Line 24:12 Unexpected "{"
Line 24:21 Expected ":"
Line 24:54 Unexpected "{"
Line 24:63 Expected ":"
Line 24:96 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:certifications-banner (INDEX:8) */
.certifications-banner {
  width: 100%;
  max-width: {{ section.settings.max_width }}px;
  margin: 0 auto;
  padding: {{ section.settings.padding_vertical }}px {{ section.settings.padding_horizontal }}px;
}

.certifications-banner img {
  width: 100%;
  height: auto;
  display: block;
}
/* END_SECTION:certifications-banner */