.page_footer {
  box-sizing: border-box;
  text-align: center;
  background-image: url("../../images/textures/bg-paper-ivoire@3x.jpg");
  background-repeat: repeat;
  background-size: 1200px auto;
  width: 100vw;
}

.page_footer .page_footer_content {
  display: flex;
  flex-direction: column;
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 625px;
  padding: 104px 20px;
}

.page_footer .page_footer_content .page_footer_title {
  text-align: center;
}

.page_footer .page_footer_content .hippo_small_separator {
  align-self: center;
}

.page_footer .page_footer_content h3 {
  margin: 20px 0 0;
  align-self: flex-start;
}

.page_footer .page_footer_content .page_footer_body {
  max-width: 620px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  box-sizing: content-box;
}

.page_footer .page_footer_content .page_footer_body .page_footer_body_content p {
  margin-top: 1em;
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 1.4;
}

.page_footer_body .button_block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0 0 0;
}

.page_footer_body .button {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .page_footer .page_footer_content {
    padding: 32px 20px;
  }
}