.thankyou-banner {
  margin-top: 130px;
}

.thankyou-section .email {
  color: #e73737;
}

.thankyou-section .thankyou {
  width: 100%;
  padding: 20px 0;
}

.thankyou-section .thankyou__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

.thankyou-section .thankyou__image {
  width: 398px;
  margin: auto;
  margin-bottom: 33px;
}

.thankyou-section .thankyou__image img {
  width: 100%;
  height: 100%;
}

.thankyou-section .thankyou__description {
  text-align: center;
  padding-bottom: 10px;
  width: 700px;
  margin: auto;
}

.thankyou-section .thankyou__button {
  border: 1px solid #e73737;
  border-radius: 20px;
  margin: 33px auto;
  cursor: pointer;
  padding: 8px 20px;
  color: #e73737;
  display: table;
}

.thankyou-section .thankyou__button:hover {
  box-shadow: 0px 15px 10px -15px #e73737;
}

@media screen and (max-width: 540px) {
  .thankyou-section {
    padding-top: 0;
  }

  .thankyou-section .thankyou {
    padding: 120px 0;
  }

  .thankyou-section .thankyou__description {
    width: 80%;
  }

  .thankyou-section .thankyou__content {
    min-width: 330px;
    width: 90%;
  }

  .thankyou-section .thankyou__image {
    width: 80%;
  }
}

@media screen and (min-width: 540px) and (max-width: 1020px) {
  .thankyou-section {
    padding-top: 0;
  }

  .thankyou-section .thankyou {
    padding: 120px 0;
  }

  .thankyou-section img {
    width: 26px;
  }

  .thankyou-section p {
    margin-bottom: 10px;
  }

  .thankyou-section .thankyou__content {
    width: 90%;
  }

  .thankyou-section .thankyou__description {
    width: 80%;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1400px) {
  .thankyou-section img {
    width: 36px;
  }

  .thankyou-section p {
    margin-bottom: 30px;
  }

  .thankyou-section .thankyou__content {
    width: 90%;
  }
}

@media screen and (min-width: 1400px) {
  .thankyou-section img {
    width: 36px;
  }

  .thankyou-section p {
    margin-bottom: 30px;
  }
}
