/** Shopify CDN: Minification failed

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

**/
/* 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 */
