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

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

#bonhtmlcontent .box-htmlcontent p.h1 {
  font-family: 'Jost', sans-serif;
  font-weight: 700;
  color: #3a3a3a;
  display: inline-block;
  line-height: 120%;
  margin-bottom: 0;
}

#bonhtmlcontent p {
  margin-bottom: 0;
}

#bonhtmlcontent .box-htmlcontent p.h2 {
  font-family: 'Condiment', cursive;
  color: #e3a1ac;
  font-weight: 400;
  margin-bottom: 5px;
}

#bonhtmlcontent .box-htmlcontent p.h3 {
  color: #3a3a3a;
  text-transform: none;
  line-height: 1.55;
}

@media screen and (min-width: 1881px) {
  #bonhtmlcontent .box-htmlcontent p.h1 {
    font-size: 202px;
  }

  #bonhtmlcontent .box-htmlcontent p.h2 {
    font-size: 62px;
    margin-top: -20px;
  }

  #bonhtmlcontent .box-htmlcontent p.h3 {
    font-size: 28px;
  }

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

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

  #bonhtmlcontent {
    margin-bottom: 80px;
  }

  #bonhtmlcontent .bonhtmlcontent-content {
    right: 100px;
    max-width: 875px;
  }
}

@media screen and (max-width: 1880px) {
  #bonhtmlcontent .box-htmlcontent p.h1 {
    font-size: calc(25px + (202 - 25) * ((100vw - 320px) / (1880 - 320)));
  }

  #bonhtmlcontent .box-htmlcontent p.h2 {
    font-size: calc(20px + (62 - 20) * ((100vw - 320px) / (1880 - 320)));
    margin-top: calc(0px + (-20 - 0) * ((100vw - 320px) / (1880 - 320)));
  }

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

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

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

  #bonhtmlcontent {
    margin-bottom: calc(30px + (80 - 30) * ((100vw - 320px) / (1880 - 320)));
  }
}

@media (min-width: 768px) and (max-width: 1880px) {
  #bonhtmlcontent .bonhtmlcontent-content {
    right: calc(5px + (100 - 5) * ((100vw - 768px) / (1880 - 768)));
    max-width: calc(475px + (875 - 475) * ((100vw - 768px) / (1880 - 768)));
  }
}

@media screen and (min-width: 768px) {
  #bonhtmlcontent .bonhtmlcontent-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }

  #bonhtmlcontent .box-htmlcontent p.h2 {
    text-align: right;
    padding-right: 15px;
  }
}

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

  #bonhtmlcontent .bonhtmlcontent-content {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (min-width: 576px) {
  #bonhtmlcontent .box-htmlcontent p.h1 {
    line-height: 65%;
  }
}