.w-40 {
  width: 40% !important;
}

.ml-15 {
  margin-left: 15rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.pl-10 {
  padding-left: 10rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  background-image: none;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 55px;
  color: grey;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: grey;
}