.thank-you-section {
  padding: 8.5rem 0;
}
.thank-you-contact-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  max-width: 39rem;
  justify-content: center;
  margin: 0 auto;
}
.thank-you-contact-div img {
  height: 14.375rem;
  width: 14.375rem;
}
.thank-you-content{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.thank-you-content h1 {
  font-weight: 700;
  font-size: 2.625rem;
  line-height: 2.875rem;
  letter-spacing: -0.125rem;
  text-align: center;
  color: #fe5c6b;
  margin-bottom: 1rem;
}
.thank-you-content p {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0.0063rem;
  text-align: center;
  color: #4b4b4b;
  margin-bottom: 2rem;
}
.thank-you-content p strong {
  font-weight: 700;
}
.thank-you-content a {
  box-shadow: 0px -1.5px 0px 0px #ffffff52 inset;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 10.25rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: -0.0125rem;
  text-align: center;
  color: white;
  background-color: #ff9b63;
  border-radius: 0.5rem;
  transition: 0.3s ease-in-out;
}
.thank-you-content a:hover{
    background-color: #ff90a1;
    color: white;
}