.site-main p {
  font-size: 16px;
}
.foundation-certifications {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}

.related-certifications-section {
  background: var(--black);
  color: var(--white);
}

.related-certifications-section .btn {
  display: inline-block;
}

.related-certifications-section #related-certification-loader {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.related-certification-item {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  background: var(--white);
  color: var(--black);
  box-shadow: 0 4px 10px #0000001a;
}

.related-certification-image-container {
  height: 130px;
  min-height: 130px;
  background: #f5f3ed;
  position: relative;
  background-image: url(/assets/certification-microsite/images/certification-card-spiral-line.svg);
  background-repeat: no-repeat;
  background-position: 25px 25px;
  background-size: 30%;
}

.related-certification-image-container img {
  width: 130px;
  position: absolute;
  right: 30px;
  bottom: -40px;
}

.related-certification-info {
  padding-top: 40px;
  padding: 32px;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  height: 100%;
  justify-content: space-between;
}

.related-certification-info .related-certification-heading {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}

.related-certification-info .inclusion-pill {
  background: var(--black);
  border-radius: 999px;
  color: var(--white);
  padding: 4px 12px;
  font-size: 14px;
}

.related-certifications-section .cta-group {
  position: relative;
}

.related-certifications-section .cta-group .related-certification-decal {
  position: absolute;
  bottom: -47px;
  left: -130px;
}

section.pmm-hired-section {
    background: var(--black);
    color: var(--white);
    padding: 80px 0px;
    background-image: url(/assets/img/eclipse-left-bottom-light.svg);
    background-repeat: no-repeat;
    background-size: 150% 150%;
    background-position: top right;
}

.pmm-hired-content {
    display: flex;
    gap: 80px;
    flex-direction: row;
    align-items: center;
}

.pmm-hired-right {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    justify-content: center;
}

.banner .content-wrap {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
}

.banner .banner-contents {
  width: 100%;
}

.banner .star-ratings-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 24px;
    justify-content: space-between;
    align-items: flex-end;
}

.star-ratings-container .logos {
  width: 55%;
}
.banner .banner-ctas {
  flex: none;
}