/* common border radius */
/* disable text selection */
.section.section--page-top .container .left-col {
  padding: 5.4rem 0;
}
@media screen and (max-width: 630px) {
  .section.section--page-top .container .left-col {
    padding: 4rem 0;
  }
}

.certificate {
  margin-top: 2.4rem;
  width: 100%;
}
.certificate .smaller {
  color: #878D96;
}

.certificate-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 630px) {
  .certificate-logos {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.certificate-logos img, .certificate-logos svg {
  max-width: 11rem;
  max-height: 6.5rem;
  width: auto;
  height: auto;
}
/*# sourceMappingURL=about.css.map */
