.pricing h5 {
  padding: 9px 17px;
  margin: 0;
  background: #b33030;
  color: #fff;
  font-size: 18px;
}

ul.advantages-point {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  font-size: 18px;
}

.check {
  width: 40px;
  padding: 4px;
}

.custom-jumbotron {
  /* background-image:url('/assets/image/banner.jpeg'); */
  background: linear-gradient(rgba(14, 13, 13, 0.45), rgba(22, 22, 22, 0.664)), url(/assets/image/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  margin-top: -5px;
  position: relative;
  /* Needed for absolute positioning of content */
  padding: 100px 0;
  /* Adjust as needed */
}

.custom-jumbotron h1 {
  font-size: 3rem;
  /* Adjust as needed */
  font-weight: bold;
  margin-bottom: 20px;
}

.custom-jumbotron p {
  font-size: 1.2rem;
  /* Adjust as needed */
}

/* Adjust button styles as needed */
.custom-jumbotron a.btn {
  background-color: #e96105;
  border: 0;
}

.backcolor:nth-child(odd) {
  background-color: #f0f0f0;
}

.backcolor:nth-child(even) {
  background-color: #ffffff;
}

@media (max-width: 780px) {
  .jumbotron {
    padding: 6px 0px;
  }

  .media {
    font-size: 14px !important;
  }

  h3 {
    font-size: 14px !important;
  }

  .advantageImage {
    width: 357px !important;
    height: 239px !important;
  }

  .advantages-point {
    font-size: 14px !important;
  }

  .check {
    width: 30px;
    padding: 4px;
  }
}