main section.thanks {
  min-height: 100vh;
  background-image: url(../../../img/bg/greenV_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 0;
}
main section.thanks .wrapper-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 6rem;
  padding: 3.5rem 3rem;
  box-sizing: border-box;
  background-color: #fff;
  border: 0.5px solid rgba(0, 0, 0, 0.5);
  margin-top: 4rem;
}
main section.thanks .wrapper-content h2 {
  font: 12rem "Druk";
  text-transform: uppercase;
  color: #000;
  margin-bottom: 2rem;
}
main section.thanks .wrapper-content p {
  font-size: 2.2rem;
  color: #000;
  margin-bottom: 6rem;
}
main section.thanks .wrapper-content .column {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
main section.thanks .wrapper-content .column .notBtn {
  font-size: 2.2rem;
  text-align: center;
  margin-top: 2rem;
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1025px) {
  main section.thanks .wrapper-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 2rem;
    padding: 2rem 1.5rem;
    box-sizing: border-box;
    background-color: #fff;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
    margin-top: 4rem;
  }
  main section.thanks .wrapper-content h2 {
    font: 7rem "Druk";
    text-transform: uppercase;
    color: #000;
    line-height: 90%;
    margin-bottom: 2rem;
  }
  main section.thanks .wrapper-content p {
    font-size: 1.5rem;
    color: #000;
    margin-bottom: 4rem;
  }
  main section.thanks .wrapper-content .column {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }
  main section.thanks .wrapper-content .column .notBtn {
    font-size: 1.2rem;
    text-align: center;
    margin-top: 2rem;
    color: rgba(0, 0, 0, 0.5);
  }
}
