.banner {
  padding-top: 3rem;
  background-color: #000;
}
.banner .col-lg-7 {
  padding-left: 2rem;
  padding-top: 3rem;
}
.banner-img {
  width: 100%;
}
.banner-icon {
  height: 4rem;
  width: 4rem;
  margin-bottom: 2rem;
}
.banner-title {
  font-size: 3.25rem;
  font-family: "Bebas Neue";
  color: #fff;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  line-height: 120%;
}
.banner-desc {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 2rem;
}
.banner-btn-booking {
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #BC2023;
  display: inline-block;
  padding: 0.75rem 1.75rem;
  font-weight: 200;
}
.banner-btn-booking:hover {
  color: #BC2023;
  background: #fff;
}

.thrill-title {
  font-size: 2.5rem;
  font-family: "Bebas Neue";
  color: #fff;
  margin-bottom: 1rem;
}
.thrill-desc {
  color: #fff;
  font-size: 1rem;
  line-height: 150%;
  margin-bottom: 1rem;
}
.thrill-block {
  margin-top: 4rem;
}
.thrill-item {
  background-color: #BC2031;
  padding: 2rem 1.5rem;
  text-align: center;
}
.thrill-item-title {
  font-size: 1.5rem;
  font-family: "Bebas Neue";
  color: #fff;
  margin-bottom: 1rem;
  line-height: 120%;
}
.thrill-item-desc {
  color: #fff;
  font-size: 1rem;
  line-height: 150%;
  margin-bottom: 1rem;
}
.thrill-item-btn-book-now {
  text-decoration: none;
  color: #000;
  font-weight: 200;
  margin-top: 1.25rem;
  display: inline-block;
}
.thrill-item-btn-book-now:hover {
  color: #fff;
}

.equipment {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.equipment-title {
  font-size: 2.5rem;
  font-family: "Bebas Neue";
  color: #fff;
  margin-bottom: 5rem;
}
.equipment-desc {
  color: #fff;
  font-size: 1rem;
  line-height: 150%;
  margin-bottom: 1rem;
}
.equipment-item {
  text-align: center;
}
.equipment-item-img {
  width: 100%;
}
.equipment-item-name {
  font-size: 2rem;
  font-family: "Bebas Neue";
  color: #fff;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.equipment-item-desc {
  color: #fff;
  font-size: 1rem;
  line-height: 150%;
  margin-bottom: 1rem;
}

@media screen and (max-width: 992px) {
  .banner {
    background-color: #000;
  }
  .banner .col-lg-7 {
    padding-top: 0;
  }
  .banner-img {
    width: 100%;
  }
  .banner-icon {
    height: 3rem;
    width: 3rem;
    margin-bottom: 1rem;
  }
  .banner-title {
    font-size: 2.5rem;
  }
  .banner-desc {
    font-size: 0.75rem;
  }
  .banner-btn-booking {
    font-size: 0.75rem;
  }
  .thrill {
    margin-top: 5rem;
  }
  .thrill-title {
    font-size: 2rem;
  }
  .thrill-desc {
    font-size: 0.75rem;
  }
  .thrill-block {
    margin-top: 4rem;
  }
  .thrill-item-title {
    font-size: 1.25rem;
  }
  .thrill-item-desc {
    font-size: 0.75rem;
  }
  .thrill-item-btn-book-now {
    font-size: 0.75rem;
  }
  .equipment-title {
    font-size: 2rem;
  }
  .equipment-desc {
    font-size: 0.75rem;
  }
  .equipment-item {
    text-align: center;
  }
  .equipment-item-img {
    width: 100%;
  }
  .equipment-item-name {
    font-size: 1.75rem;
  }
  .equipment-item-desc {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 992px) {
  .banner-title {
    font-size: 2rem;
  }
  .banner-img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .equipment-block {
    margin-bottom: 4rem;
  }
  .equipment-item {
    text-align: center;
  }
  .equipment-item-name {
    font-size: 1.5rem;
  }
}