/** Shopify CDN: Minification failed

Line 16:10 Unexpected "{"
Line 16:19 Expected ":"
Line 17:14 Expected identifier but found whitespace
Line 17:16 Unexpected "{"
Line 17:25 Expected ":"
Line 17:76 Expected ":"
Line 18:17 Expected identifier but found whitespace
Line 18:19 Unexpected "{"
Line 18:28 Expected ":"
Line 18:82 Expected ":"
... and 10 more hidden warnings

**/
.section-{{ section.id }}-padding {
  padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
  padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
}

@media screen and (min-width: 750px) {
  .section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top }}px;
    padding-bottom: {{ section.settings.padding_bottom }}px;
  }
}

.certifications-list .certifications-card__image-wrapper {
  height: fit-content;
  width: fit-content;
}

.certifications-list .certifications-media {
  height: 160px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

@media only screen and (max-width: 500px) {
  .certifications-list .certifications-media {
    height: 150px;
    width: 150px;
  }
}

.certifications-list .certifications-card__image-wrapper img {
  height: fit-content;
  width: fit-content;
  max-height: 100%;
  max-width: 100%;
  min-width: 70%;
}

.certifications {
  padding-bottom: 16px;
}

.certifications-text {
  text-align: center;
  letter-spacing: 2px;
  font-size: 20px;
}

.certifications .title-wrapper-with-link {
  text-align: center;
  display: block;
}

.certifications-list .wider img {
  min-width: 80% !important;
}