h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #01a9b1;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #100c07;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  overflow: visible;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-size: 20px;
}

a {
  color: #01858b;
  text-decoration: underline;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: none;
  min-height: 100vh;
  margin: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 2px;
  border-color: #291f13;
  border-radius: 16px;
  background-color: transparent;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 1200px;
  min-height: 90vh;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px 2px 2px 1px;
  border-color: #291f13;
  border-radius: 15px;
  background-color: #f0f0ee;
}

.heading {
  text-align: center;
}

.heading-2 {
  font-family: Merriweather, serif;
  color: #100c07;
  text-align: center;
}

.image {
  width: 90%;
  max-height: 30vh;
  max-width: 664px;
  text-align: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block {
  text-align: center;
}

.rich-text-block {
  text-align: center;
}

.rich-text-block.top-content-block {
  font-family: Merriweather, serif;
}

.rich-text-block-2 {
  text-align: center;
}

.rich-text-block-2.bottom-content-block {
  font-family: Merriweather, serif;
  color: #5d462c;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 18px;
  }

  p {
    font-size: 16px;
  }

  a {
    color: #01858b;
  }

  a:hover {
    color: #01a9b1;
  }

  a:active {
    color: #00787d;
  }

  .heading-2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 479px) {
  h6 {
    font-size: 12px;
  }

  .section {
    margin: 12px;
  }

  .container {
    padding: 8px;
  }

  .heading-2 {
    font-size: 30px;
  }
}