.carousel {
  margin-bottom: 4rem; }
  .carousel .carousel-caption {
    bottom: 3rem;
    z-index: 10; }
  .carousel .carousel-item {
    height: 24rem;
    background-color: #777; }
    .carousel .carousel-item img {
      max-width: 100%;
      height: auto;
      min-height: 24rem;
      display: block;
      position: absolute;
      object-fit: cover; }

h2 {
  color: #fff;
  margin-bottom: 15px; }
