.ty-resources-sent .hero {
  height: 18rem;
  background: linear-gradient(180deg, #122674 0%, #4D8CFF 92.73%);
  top: 0;
  position: sticky;
  z-index: -1;
}
.ty-resources-sent .container {
  width: 78rem;
  margin: 0 auto;
}
.ty-resources-sent .ty {
  padding: 7.5rem 0 8.7rem;
  background-color: #FFFFFF;
  border-radius: 4rem 4rem 0rem 0rem;
  margin-top: -4rem;
}
.ty-resources-sent .ty h1 {
  font-weight: 300;
  font-size: 3.6rem;
  line-height: 4.6rem;
  color: #173462;
  text-align: center;
}
@media (max-width: 768px) {
  .ty-resources-sent .hero {
    height: 12.7rem;
  }
  .ty-resources-sent .container {
    width: 33rem;
  }
  .ty-resources-sent .ty {
    padding: 3.5rem 0 7rem;
    border-radius: 2rem 2rem 0rem 0rem;
    margin-top: -2.4rem;
  }
  .ty-resources-sent .ty h1 {
    font-size: 3.7rem;
    line-height: 4.6rem;
  }
}
/*# sourceMappingURL=thank-you-resources-sent.css.map */