.carousel-inner {
  width: 100%;
  height: auto;
}

.carousel-inner .carousel-item {
  width: 100%;
  height: 100%;
}

.carousel-inner .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-control-next i,
.carousel-control-prev i {
  background-color: #13ca92;
  padding: 30px;
  border-radius: 100px;
}

.carousel-indicators [data-bs-target] {
  background-color: #13ca92;
  height: 6px;
}

.carousel-indicators {
  bottom: -70px
}