.amenities ul li {
    list-style-type: none;
}

.row-striped:nth-of-type(odd){
    background-color: #efefef;
}

.row-striped:nth-of-type(even){
  background-color: #ffffff;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}