.oc__block.oc__block__program-featured-action {
  position: relative;
}

.oc__block .oc__block__program-featured-action__wrapper {
  padding: var(--oc--spacing--20) var(--oc--spacing--15);

  color: var(--oc--color--navy-text);
}

.oc__block .oc__block__program-featured-action__wrapper__content-container {
  margin: 0 auto;
  max-width: var(--oc--screen--sm);
}

@media (min-width: 768px) {
  .oc__block .oc__block__program-featured-action__wrapper__content-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--oc--spacing--30);
    align-items: center;
  }
}

.oc__block .oc__block__program-featured-action__wrapper__content-container__navigation {
  display: flex;
  justify-content: center;

  margin-bottom: var(--oc--spacing--30);
}

@media (min-width: 768px) {
  .oc__block .oc__block__program-featured-action__wrapper__content-container__navigation {
    display: none;
  }
}

.oc__block .oc__block__program-featured-action__wrapper__content-container__image-container {
  position: relative;

  height: 200px;
  margin-bottom: var(--oc--spacing--25);

  border-radius: 8px;
}

@media (min-width: 768px) {
  .oc__block .oc__block__program-featured-action__wrapper__content-container__image-container {
    height: 100%;
    margin-bottom: unset;
  }
}

.oc__block .oc__block__program-featured-action__wrapper__content-container__image-container__image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;

  border-radius: 8px;
}

.oc__block .oc__block__program-featured-action__wrapper__content-container__content__label {
  margin-bottom: var(--oc--spacing--15);

  font-family: var(--oc--font-family--base);
  font-size: clamp(0.875rem, 0.7788rem + 0.6154vw, 1.125rem); /* 14px - 18px, 250px - 900px */
  font-weight: 700;
  letter-spacing: 0.28px;
  line-height: 100%;
}

@media (min-width: 768px) {
  .oc__block .oc__block__program-featured-action__wrapper__content-container__content__label {
    font-weight: 500;
  }
}

.oc__block .oc__block__program-featured-action__wrapper__content-container__content__title {
  display: block;

  margin-bottom: var(--oc--spacing--10);

  color: var(--oc--color--navy-text);
  font-family: var(--oc--font-family--base);
  font-size: clamp(1.625rem, 1.4808rem + 0.9231vw, 2rem); /* 26px - 32px, 250px - 900px */
  font-weight: 700;
  line-height: 120%;
}

.oc__block .oc__block__program-featured-action__wrapper__content-container__content__title:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (min-width: 768px) {
  .oc__block .oc__block__program-featured-action__wrapper__content-container__content__title {
    font-weight: 900;
  }
}

.oc__block .oc__block__program-featured-action__wrapper__content-container__content__copy {
  margin-bottom: var(--oc--spacing--15);

  font-family: var(--oc--font-family--base);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}
