.featured-banner-section {
  overflow: hidden;
}

.featured-banner-image {
  min-height: 300px;
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {
  .featured-banner-image {
    min-height: 400px;
  }
}

.featured-banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}

.featured-label {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}

.featured-heading {
  font-weight: 500;
}

.featured-description {
  color: var(--bs-secondary-color, #6c757d);
}
