.carousel-inner {
  background-color: white !important;
}

.carousel-control.left, 
.carousel-control.right {
    background-image: none
}

.carousel-caption {
  position: relative;
  left: auto;
  right: auto;

  /* background-color: rgb(245, 245, 245, .9); */
}

.carousel-caption h3 {
  font-size: 1.5rem !important;
  color: #333 !important;
}

.carousel-caption p {
  /* font-size: 1.5rem !important; */
  color: #333 !important;
}

.carousel .item img {
  max-height: 450px !important;
  min-width: auto;
}