/* Match the public homepage typography within the partner program. */
.partner-program {
  font-family: "EB Garamond", Georgia, serif;
  font-size: 18px;
  line-height: 1.5;
  color: #31333b;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

.partner-program h2 {
  font-family: inherit;
  font-size: clamp(1.375rem, 2vw, 1.75rem);
  font-weight: 500;
  line-height: 1.2;
  color: #b7823f;
  padding-bottom: 18px;
  border-bottom: 3px solid #b7823f;
}

.partner-program h3 {
  font-family: inherit;
  font-size: clamp(1.125rem, 1.5vw, 1.375rem);
  font-weight: 500;
  line-height: 1.2;
  color: #1b2a5e;
  margin-bottom: 1rem;
}

.partner-program p,
.partner-program li {
  text-wrap: pretty;
}

.partner-program ul {
  padding-left: 1.5rem;
}

.partner-program li + li {
  margin-top: .375rem;
}

.partner-program strong {
  font-weight: 600;
  color: #1b2a5e;
}

.partner-program .border-top {
  border-color: #d8c39a !important;
}
