.program-grid h2 {
  color: var(--navy);
  margin-bottom: 20px;
}
.program-grid h3 {
  color: var(--navy);
  margin-bottom: 20px;
}
.program-grid.bg-section h2,
.program-grid.bg-section h3,
.program-grid.bg-section .program-intro-item,
.program-grid.bg-section .program-intro-text {
  color: #fff;
}
.program-grid .program-intro-text {
  width: 100%;
  max-width: 600px;
  flex: 1 1 420px;
  text-align: right;
  color: var(--navy);
}
.program-grid .program-intro-text h3 {
  margin: 0 0 10px;
  text-decoration: underline;
}
.program-grid .program-intro-text .program-intro-content {
  font-size: 18px;
  font-size: clamp(max(16px, 10.799999999999999px), calc(18 * 0.0521vw), 18px);
}
.program-grid .program-intro-items {
  flex: 0 1 auto;
  max-width: 300px;
}
.program-grid .program-intro-item {
  color: var(--navy);
}
.program-grid .program-intro-item .ico img {
  width: 88px;
  height: 88px;
  object-fit: contain;
}
.program-grid .program-intro-item-text {
  font-size: 18px;
  font-size: clamp(max(16px, 10.799999999999999px), calc(18 * 0.0521vw), 18px);
}
.program-grid .program-cards-grid {
  padding-top: 20px;
}
.program-grid .program-cards-grid.g-col-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.program-grid .program-card {
  flex: 0 1 368px;
  max-width: 368px;
  background-color: var(--ivory);
  padding: 15px 24px 0;
  border-radius: 0 26px 0 26px;
  border-style: solid none none none;
  border-width: 5px;
  border-color: #F12947;
}
.program-grid .program-card h4 {
  color: var(--navy);
  margin-bottom: 10px;
}
.program-grid .program-card div {
  color: var(--teal-mid);
}
.program-grid .program-card .program-card-content {
  font-size: 17px;
  font-size: clamp(max(16px, 10.2px), calc(17 * 0.0521vw), 17px);
}
.program-grid .program-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.program-grid .program-card li {
  padding-inline-start: 14px;
  position: relative;
}
.program-grid .program-card li::before {
  content: '-';
  position: absolute;
  inset-inline-start: 0;
}
.program-grid .program-highlight {
  color: var(--navy);
  margin: 40px 0 10px;
}
.program-grid .program-highlight-text {
  font-size: 37px;
  font-size: clamp(max(16px, 22.2px), calc(37 * 0.0521vw), 37px);
}
.program-grid .program-quote {
  position: relative;
  overflow: hidden;
  width: calc(100% + 40px);
  margin-inline: -20px;
  margin-bottom: 40px;
  padding-inline: 40px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .program-grid .program-quote {
    width: calc(100% + 30px);
    margin-inline: -15px;
  }
}
.program-grid .program-quote-content {
  position: relative;
  z-index: 1;
  overflow: visible;
  width: 100%;
  max-width: 640px;
  margin: 40px 0;
  background-color: #fff;
  color: var(--navy);
  padding: 15px 40px 0;
  border-radius: 0 26px 0 26px;
  border-style: solid none none none;
  border-width: 5px;
  border-color: #F12947;
}
.program-grid .program-quote-content h3,
.program-grid .program-quote-content h4 {
  color: var(--navy);
  margin: 0 0 10px;
}
.program-grid .program-quote-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.program-grid .program-quote-content li {
  padding-inline-start: 14px;
  position: relative;
}
.program-grid .program-quote-content li::before {
  content: '-';
  position: absolute;
  inset-inline-start: 0;
}
.program-grid .program-quote-text {
  padding-right: 200px;
  font-size: 18px;
  font-size: clamp(max(16px, 10.799999999999999px), calc(18 * 0.0521vw), 18px);
}
.program-grid .program-quote-img {
  position: absolute;
  bottom: 0;
  right: -10px;
  z-index: 2;
  width: 200px;
  height: auto;
  overflow: hidden;
}
.program-grid .program-quote-img img {
  object-position: top;
}
@media (max-width: 640px) {
  .program-grid .program-quote-text {
    padding-right: 0;
    padding-bottom: 180px;
  }
  .program-grid .program-quote-img {
    top: auto;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    width: 160px;
    height: 190px;
  }
}
.program-grid .program-cta {
  margin-top: 10px;
}
.program-grid .program-cta .btn {
  background-color: var(--coral);
  color: #fff;
  font-weight: 700;
  text-shadow: 1px 1px #340103;
}
.program-grid .program-disclaimer {
  color: rgba(18, 32, 29, 0.65);
  margin-top: 16px;
  line-height: 1.5;
  font-size: 17px;
  font-size: clamp(max(16px, 10.2px), calc(17 * 0.0521vw), 17px);
}
@media (max-width: 720px) {
  .program-grid .program-quote-content {
    max-width: 100%;
  }
}
