.carousel {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.carousel .carousel-indicators {
  padding: 0 1.25rem;
  justify-content: left;
  margin: 0;
  bottom: -3rem;
  gap: 1rem;
}
.carousel .carousel-indicators [data-bs-target].active {
  background: linear-gradient(90deg, #0099C9, #38B6AB);
}
.carousel .carousel-indicators [data-bs-target] {
  background-color: #FFF;
  opacity: 1;
  background-clip: unset;
  border-radius: 100%;
  width: 24px;
  margin: 0;
}
.carousel .carousel-item-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 17.5%;
  padding: 0 1.25rem;
  z-index: 2;
}
.carousel .carousel-item-content .carousel-item-text {
  margin: 0;
  color: white;
  font-weight: 800;
}

body:not(.path-frontpage) .carousel-indicators {
  justify-content: center;
  bottom: 0;
}
body:not(.path-frontpage) .carousel-item-content {
  bottom: 10%;
  top: inherit;
}