.body_section {
  height: 100%;
}

.body_content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 940px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: flex;
  position: relative;
}

.title_big {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

.body {
  font-family: PT Serif, serif;
  font-size: 1.2rem;
  line-height: 1.6;
}

.title_medium {
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}

.rich-text-block {
  margin-top: 20px;
}

.link-brand-2 {
  color: #00461b;
  width: 180px;
  margin-bottom: 40px;
}

.link-button-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #00461b;
  letter-spacing: -.7px;
  white-space: pre-wrap;
  cursor: pointer;
  background-color: #fed628;
  border: 1px solid #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: .375rem .75rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: inset -2px -2px #fff;
}

.link-button-2:hover {
  box-shadow: none;
  color: #fed628;
  background-color: #00461b;
  border-color: #ddd0;
}

.link-button-2:active {
  color: #00461b;
  background-color: #ddd0;
  border-color: #00461b;
}

.link-button-2.lp-button {
  z-index: 999;
  color: #000;
  white-space: nowrap;
  cursor: pointer;
  border: 2px solid #00461b;
  border-radius: 100rem;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  font-weight: 700;
  transition: all .3s;
  box-shadow: 3px 3px #fff;
}

.link-button-2.lp-button:hover {
  box-shadow: none;
  color: #fff;
  background-color: #1038c9;
  border-color: #ddd0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.link-button-2.lp-button:active {
  border-color: #00461b;
}

.h_content.buttons {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1rem;
  display: flex;
  position: sticky;
  inset: auto 0% 0%;
}

@media screen and (max-width: 767px) {
  .link-button-2.lp-button {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .body_content {
    padding: 1rem;
  }

  .title_big {
    font-size: 1.7rem;
  }

  .title_medium {
    font-size: 1.3rem;
  }

  .link-button-2 {
    height: 50px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .link-button-2.lp-button {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .h_content.buttons {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: .5rem;
  }
}


