/** Shopify CDN: Minification failed

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

**/


/* CSS from section stylesheet tags */
.partners-list {
  padding-top: {{ section.settings.padding_top }}px;
  padding-bottom: {{ section.settings.padding_bottom }}px;
  text-align: center;
}
.partners-list__heading {
  margin-bottom: 1.5em;
  font-size: 2em;
}
.partners-list__grid {
  display: grid;
  grid-template-columns: repeat({{ section.settings.columns }}, 1fr);
  gap: 24px;
  align-items: center;
  justify-items: center;
}
.partners-list__item img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.partners-list__name {
  margin-top: 0.5em;
  font-size: 0.9em;
  color: #333;
}