.hero-catch-sub {
  font-size: .65em;
  font-weight: 400;
}

.index-feature-img {
  height: 200px;
}

.index-feature-text {
  font-size: 0.9rem;
}

.index-reel-card {
  background: #fff;
}

.index-reel-frame {
  background: #000;
  --bs-aspect-ratio: 177.7778%;
}

.index-reel-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-reel-caption {
  font-size: 0.82rem;
  color: var(--color-muted);
  margin: 0;
  text-align: center;
}

.index-reel-empty {
  font-size: 0.9rem;
  color: var(--color-muted);
  text-align: center;
  margin: 0;
}

.index-course-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-course-label {
  font-size: .75rem;
  color: var(--color-gold);
  font-weight: 600;
  letter-spacing: .05em;
  margin-bottom: 4px;
}

.index-course-heading {
  font-size: 1.15rem;
  color: var(--color-primary);
}

.index-course-text {
  font-size: 0.85rem;
}

.index-course-link {
  font-size: 0.82rem;
  padding: 6px 18px;
}