.carousel .carousel-inner {
  border-radius: 1.5rem;
}

.carousel .carousel-control-prev-icon,
.carousel .carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  padding: 1.5rem;
  background-size: 1.5rem;
}

.carousel .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: transparent;
  opacity: 0.6;
}

.carousel .carousel-indicators button.active {
  background: #f37021;
  border-color: #f37021;
  opacity: 1;
}
