.cert-page-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 100%;
  padding: 32px 15px 16px;
}
.cert-page-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 0 24px;
}
.cert-page-body > .logo {
  width: 100%;
  text-align: center;
  margin: 0 0 48px;
}
.cert-page-body > .logo > img {
  max-width: 150px;
  width: 100%;
  height: auto;
}
.cert-page-body > h1 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 16px;
}
.cert-page-body .certificate-details {
  display: flex;
  flex-wrap: wrap;
  max-width: 920px;
  width: 100%;
  box-shadow: 0 1px 10px #c9c8c8;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 24px 16px;
  margin: 0 -15px;
}
.cert-page-body .certificate-details > .detail-row {
  width: 50%;
  padding: 0 16px;
  margin: 0 0 16px;
}
@media screen and (max-width: 767px) {
  .cert-page-body .certificate-details > .detail-row {
    width: 100%;
  }
}
.cert-page-body .certificate-details > .detail-row:last-child {
  margin: 0;
}
.cert-page-body .certificate-details > .detail-row.wide {
  width: 100%;
}
.cert-page-body .certificate-details > .detail-row > .row-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-left: 5px solid #0182ca;
  border-right: 5px solid #0182ca;
  background-color: #f5f5f5;
  padding: 8px 16px;
}
.cert-page-body .certificate-details > .detail-row > .row-wrapper.column {
  flex-direction: column;
  align-items: center;
  justify-content: unset;
}
.cert-page-body .certificate-details > .detail-row > .row-wrapper > span {
  display: block;
}
.cert-page-body .certificate-details > .detail-row > .row-wrapper > span:first-child {
  font-size: 18px;
  font-weight: 500;
  margin: 0 8px 0 0;
}
.cert-page-body .certificate-details > .detail-row > .row-wrapper > span.big {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
.cert-page-body .certificate-details > .detail-row > .row-wrapper > span.bigger {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}
.cert-page-body .certificate-details > .detail-row > .row-wrapper > span.bolder {
  font-weight: 700;
}
.cert-page-body .certificate-details > .detail-row > .row-wrapper > span.flex {
  display: inline-flex;
  align-items: center;
}
.cert-page-body .certificate-details > .detail-row > .row-wrapper > span.flex > .accreditation-logo {
  max-height: 32px;
  margin: 0;
}
.cert-page-body .certificate-details > .detail-row > .row-wrapper > span.flex > span {
  margin: 0 0 0 4px;
}
@media screen and (max-width: 575px) {
  .cert-page-body .certificate-details > .detail-row > .row-wrapper > span {
    width: 100%;
  }
}
.cert-page-footer {
  width: 100%;
  text-align: center;
}
.cert-page-footer > p {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.cert-page-footer > p:last-child {
  font-size: 13px;
}

/*# sourceMappingURL=public_cert.css.map */
