#pageTop {
  background: #fff;
}

.commonText {
  font-weight: 400;
}

.secThanks {
  margin-bottom: 80px;
  padding-bottom: 200px;
}
.secThanks .btn {
  margin-top: 50px;
  border-radius: 45px;
  background: #2E2E2E;
  max-width: 250px;
  width: 90%;
  display: flex;
  align-items: center;
  padding: 15px 0;
  justify-content: center;
  text-align: center;
  font-size: clamp(18px, 1.67vw, 20px);
  color: #fff;
}

@media screen and (max-width: 767px) {
  .secThanks {
    margin-bottom: 50px;
    padding-bottom: 100px;
  }
  .secThanks .btn {
    width: 200px;
  }
}/*# sourceMappingURL=style.css.map */