
#bonhtmlcontent {
 
  position: relative;
  overflow: hidden;
}

#bonhtmlcontent .bonhtmlcontent-img {
  max-width: 100%;
}

#bonhtmlcontent .box-htmlcontent p.h1 {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  font-family: "Baloo Paaji";
  color: #32355d;
  display: inline-block;
}

#bonhtmlcontent .box-htmlcontent p.h1:before {
  content: "";
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  width: 105%;
  background: #9ad8d3;
  z-index: -1;
}

#bonhtmlcontent p {
  margin-bottom: 0;
}

#bonhtmlcontent .box-htmlcontent p.h2 {
  color: #424679;
  text-transform: none;
  line-height: 1.55;
}

#bonhtmlcontent .bonhtmlcontent-wave-top, 
#bonhtmlcontent .bonhtmlcontent-wave-bottom {
  position: absolute;
  left: 0;
}

#bonhtmlcontent .bonhtmlcontent-wave-bottom {
  bottom: 0;
}

.bonhtmlcontent-icon {
  position: absolute;
}

.bonhtmlcontent-icon-1 {
  top: 10.7%;
  left: 8.3%;
}

.bonhtmlcontent-icon-2 {
  top: 18.7%;
  right: 31.5%;
}

.bonhtmlcontent-icon-3 {
  top: 17.1%;
  right: 9.3%;
}

.bonhtmlcontent-icon-4 {
  bottom: 20.7%;
  left: 5.3%;
}

.bonhtmlcontent-icon-5 {
  bottom: 11.6%;
  right: 15.6%;
}

@media screen and (min-width: 1881px) {
  #bonhtmlcontent {
    padding-top: 124px;
    padding-bottom: 124px;
  }

  #bonhtmlcontent .box-htmlcontent p.h1 {
    font-size: 40px;
    margin-bottom: 44px;
  }

  #bonhtmlcontent .box-htmlcontent p.h1:before {
    height: 8px;
  }

  #bonhtmlcontent .information-htmlcontent {
    margin-bottom: 44px;
  }

  #bonhtmlcontent .box-htmlcontent p.h2 {
    font-size: 18px;
  }

  #bonhtmlcontent .box-htmlcontent p.h2:not(:last-child) {
    margin-bottom: 12px;
  }

  #bonhtmlcontent .btn-primary {
    font-size: 16px;
    padding: 14px 24px;
  }

  #bonhtmlcontent .bonhtmlcontent-wave-top, 
  #bonhtmlcontent .bonhtmlcontent-wave-bottom {
    width: 100%;
  }
}

@media screen and (max-width: 1880px) {
  #bonhtmlcontent {
    padding-top: calc(54px + (124 - 54) * ((100vw - 320px) / (1880 - 320)));
    padding-bottom: calc(54px + (124 - 54) * ((100vw - 320px) / (1880 - 320)));
  }

  #bonhtmlcontent .box-htmlcontent p.h1 {
    font-size: calc(25px + (40 - 25) * ((100vw - 320px) / (1880 - 320)));
    margin-bottom: calc(20px + (44 - 20) * ((100vw - 320px) / (1880 - 320)));
  }

  #bonhtmlcontent .box-htmlcontent p.h1:before {
    height: calc(3px + (8 - 6) * ((100vw - 320px) / (1880 - 320)));
  }

  #bonhtmlcontent .information-htmlcontent {
    margin-bottom: calc(20px + (44 - 20) * ((100vw - 320px) / (1880 - 320)));
  }

  #bonhtmlcontent .box-htmlcontent p.h2 {
    font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1880 - 320)));
  }

  #bonhtmlcontent .box-htmlcontent p.h2:not(:last-child) {
    margin-bottom: calc(6px + (12 - 6) * ((100vw - 320px) / (1880 - 320)));
  }

  #bonhtmlcontent .box-htmlcontent p.h2:last-child {
    margin-bottom: calc(20px + (44 - 20) * ((100vw - 320px) / (1880 - 320)));
  }

  #bonhtmlcontent .btn-primary {
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1880 - 320)));
    padding: calc(10px + (14 - 10) * ((100vw - 320px) / (1880 - 320))) calc(20px + (24 - 20) * ((100vw - 320px) / (1880 - 320)));
  }
}

@media screen and (min-width: 1200px) {
  #bonhtmlcontent .container {
    max-width: 1452px;
  }
}

@media screen and (min-width: 768px) {
  #bonhtmlcontent .link-htmlcontent {
    display: flex;
    align-items: center;
    height: 100%;
  }

  #bonhtmlcontent .bonhtmlcontent-wave-top {
    top: 20px;
  }
}

@media screen and (max-width: 767px) {
  #bonhtmlcontent .bonhtmlcontent-img {
    margin-bottom: 20px;
  }

  #bonhtmlcontent .bonhtmlcontent-wave-top {
    top: 0;
  }
}

@media screen and (max-width: 991px) {
  .bonhtmlcontent-icon-1,
  .bonhtmlcontent-icon-2,
  .bonhtmlcontent-icon-3 {
    top: 0;
  }

  .bonhtmlcontent-icon-4,
  .bonhtmlcontent-icon-5 {
    bottom: 0;
  }
}

@media screen and (max-width: 575px) {
  .bonhtmlcontent-icon-1,
  .bonhtmlcontent-icon-2,
  .bonhtmlcontent-icon-3,
  .bonhtmlcontent-icon-4,
  .bonhtmlcontent-icon-5 {
    transform: scale(0.7);
  }

  .bonhtmlcontent-icon-4 {
    bottom: -2%;
  }
}

