main.container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

img {
  margin: 20px;
}

.cert-row {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin: 0 12px;
}

.cert-row img {
  margin-bottom: 6px;
}

.cert-row span {
  margin-top: 2px;
  line-height: 1.1;
  font-size: 14px;
}

.cisco-cert {
  width: 43px;
  height: auto;
}

.cert-logo {
  max-height: 50px;
  width: auto;
  vertical-align: middle;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 16px;
  font-style: italic;
}

h3 {
  font-size: 20px;
  margin-bottom: 6px;
}

.cert-section h3 {
  margin-bottom: 0px;
}

.cert-section p {
  margin-top: 0px;
}

.cert-section p a {
  font-size: 14px;
}

.footer-text {
  font-size: 0.8rem; /* or whatever size you want */
}