.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 40px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: #660f12;
}

.image {
  width: 100%;
  max-width: 480px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.socials {
  display: none;
  margin-top: 24px;
  margin-bottom: 24px;
}

.image-2 {
  width: auto;
  height: 32px;
}

.link-block {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  margin-left: 12px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link-block:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.html-embed {
  width: 600px;
  max-width: 96%;
  margin-top: 24px;
}

.link {
  padding: 16px 24px;
  border: 1px solid #cd7979;
  border-radius: 64px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #cd7979;
  font-size: 1.2rem;
  line-height: 100%;
  font-weight: 700;
  text-decoration: none;
}

.link:hover {
  background-color: #cd7979;
  outline-color: #cd7979;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 1px;
  color: #660f12;
}

.text-block {
  display: none;
  margin-top: 12px;
  margin-bottom: 24px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #cd7979;
  font-size: 1.8rem;
  line-height: 100%;
  text-align: center;
}

.mailingsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 64px;
  padding-bottom: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: #150001;
}

.heading-3 {
  display: none;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #cd7979;
  font-size: 2rem;
  line-height: 100%;
  font-weight: 900;
}

@media screen and (max-width: 991px) {
  .text-block {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .text-block {
    margin-top: 0px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 479px) {
  .image-2 {
    height: 26px;
  }

  .link-block {
    margin-right: 8px;
    margin-left: 8px;
  }

  .text-block {
    font-size: 1.2rem;
  }
}