.carousel-item p {
  text-align: center;
}

.carousel-item h5 {
  text-align: center;
}

.carousel-control-prev, .carousel-control-next {
  cursor: pointer;
  width: 60px;
  height: 60px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 5px;
  color: white;
  font-weight: bold;
  transition: 0.6s ease;
  border-radius: 50%;
  background-color: rgb(208,208,208) !important;
}

.carousel-control-prev i, .carousel-control-next i {
  font-size: 38px;
}

