.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;
}

.jumbotron {
    background-image: url("../../assets/image/banner_new.webp");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-size: cover;
    width: 100%;
    aspect-ratio: 21 / 5;
}

.custom-jumbotron {
  background-image: 
    url("/assets/image/bannernew1.jpg");

  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;

  width: 100%;
  aspect-ratio: 21 / 5;

  color: #fff;
  position: relative;
  margin-top: 0;

  display: flex;
  align-items: center;
}


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

.jumbotron p {
  font-size: 1.2rem;
  /* Adjust as needed */
  color: #000000;
  font-weight: 450;
}

/* 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;
}

.banner-title{
  font-size: 3rem !important;
}

@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;
  }
}