section.signed-letter {
  padding-bottom: 0;
  overflow: hidden;
}
section.signed-letter .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
@media (max-width: 900px) {
  section.signed-letter .inner {
    gap: 2rem;
  }
}
section.signed-letter .heading, section.signed-letter .entry-content, section.signed-letter .signers {
  max-width: 800px;
  margin: 0 auto;
}
section.signed-letter .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  text-align: center;
}
@media (max-width: 1080px) {
  section.signed-letter .heading br {
    display: none;
  }
}
section.signed-letter .entry-content {
  text-align: center;
}
section.signed-letter .signers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}
section.signed-letter .signer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
section.signed-letter .signer .headshot {
  margin-top: auto;
  position: relative;
  top: -10rem;
  margin-bottom: -10rem;
}
@media (max-width: 1344px) {
  section.signed-letter .signer .headshot {
    top: 0;
    margin-bottom: 0;
  }
}
section.signed-letter .signer:nth-child(1) .headshot {
  left: -100%;
}
@media (max-width: 1344px) {
  section.signed-letter .signer:nth-child(1) .headshot {
    left: 0;
  }
}
section.signed-letter .signer:nth-child(2) .headshot {
  right: -100%;
}
@media (max-width: 1344px) {
  section.signed-letter .signer:nth-child(2) .headshot {
    right: 0;
  }
}
/*# sourceMappingURL=signed-letter.css.map */
