@charset "utf-8";
@import "common.css";

.thanks-margin-top {
  margin-top: 136px;
}

.sent {
  background-image: url(../images/mail-icon.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 8.8rem;
  text-align: center;
}

.sentTitle {
  padding-top: 10rem;
  font-size: 1.7em;
  font-weight: bold;
  margin-bottom: 3rem;
  text-align: center;
}

.top-link {
  color: #008045;
}

@media (max-width: 767px) {
  .margin-76 {
      margin-top: 76px;
  }
}
