
.paragraph--type--lrghead {
  position: relative;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  border-bottom: 50px solid var(--cp);
}

.hban {
  position: relative;
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
}

.hban__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.hban__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.60);
  z-index: 2;
}

.hban__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hbod {
  position: relative;
  z-index: 3;
  width: 88%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 0 100px;
  color: #fff;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  text-align: center;
}

.hbod__title {
  line-height: 1.1;
  color: #fff;
  margin-bottom: 30px;
  font-size: 5rem;
  text-align: center;
  font-weight: 800;
  margin-bottom: 10px;

}

.hbod__desc {
  max-width: 1300px;
  color: #fff;
  font-size: 19px;
  line-height: 1.5;
  overflow: visible !important;
}

.hbod__desc hr {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  margin: 24px 0;
}

.hbod__desc p {
  margin: 0 0 18px;
}

@media (max-width: 1200px) {
  .hbod {
    width: 90%;
    padding: 90px 0;
  }

  .hbod__title {
    font-size: 44px;
  }

  .hbod__desc {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .paragraph--type--lrghead {
    border-bottom-width: 30px;
  }

  .hbod {
    width: 92%;
    padding: 70px 0;
  }

  .hbod__title {
    font-size: 38px;
    max-width: 100%;
  }

  .hbod__desc {
    font-size: 16px;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .paragraph--type--lrghead {
    border-bottom-width: 25px;
  }

  .hbod {
    width: 92%;
    padding: 50px 0;
  }

  .hbod__title {
    font-size: 30px;
  }

  .hbod__desc {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .hbod {
    width: 94%;
    padding: 40px 0;
  }

  .hbod__title {
    font-size: 24px;
  }

  .hbod__desc {
    font-size: 14px;
  }
}
