.p-complete__title {
  padding: 35px 0 40px;
  color: #e4007f;
  font-size: 32px;
  letter-spacing: 0.03em !important;
  text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}

.p-complete__content {
  margin: 0 auto;
  padding: 84px 0;
  width: 90%;
  max-width: 860px;
  text-align: center;
}

.p-complete__content-bg {
  border-radius: 10px;
  padding: 6px;
  overflow: hidden;
}

.p-complete__content-bg-inner {
  border-radius: 4px;
  background-color: #fff;
  padding: 85px 0 80px;
}

.p-complete__text {
  margin-bottom: 49px;
  font-size: 23px;
  line-height: 2.2em;
}

.p-complete__btn {
  margin: 0 auto;
  width: 27%;
  min-width: 200px;
  color: #fff;
}

.p-complete__btn a {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .p-complete__title {
    padding: 28px 0 23px;
    font-size: 21px;
  }
  .p-complete__content {
    padding: 30px 0 50px;
    width: 90%;
  }
  .p-complete__content-bg {
    border-radius: 7px;
    padding: 4px;
  }
  .p-complete__content-bg-inner {
    border-radius: 2px;
    padding: 46px 0 35px;
  }
  .p-complete__text {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.8em;
  }
  .p-complete__btn {
    width: 46%;
    min-width: 160px;
  }
}
