.RolandTheme .hero-content h1 {
  color: var(--accent);
  font-weight: var(--w-bold);
  letter-spacing: normal;
  font-size: 2.6rem !important;
  line-height: 2.4rem !important;
  text-transform: uppercase;
  max-width: 20ch;
  margin-bottom: 1.5rem;
}
.RolandTheme .hero-content h1 .slider-italic {
  color: #fff;
  text-transform: none;
  font-weight: var(--w-regular);
  font-style: italic;
}
.RolandTheme .hero-content p {
  color: #fff;
  margin-bottom: 1.5rem !important;
  padding: 0;
  max-width: 40ch;
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.4rem;
}
.carousel-hero .carousel-item img {
  aspect-ratio: 1 / .65;
  object-fit: cover;
  object-position: center;
  min-height: 100%;
}
