.payment-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.payment-success {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.payment-success img {
  display: block;
  width: 87px;
  height: 104px;
  margin-left: auto;
  margin-right: auto;
}

.payment-success p {
  margin-top: 18px;
  line-height: 1.15;
}

.payment-success p > span {
  text-transform: uppercase;
}

/* @media screen and (max-width: 1023px) {

  .payment-success {
    margin-top: 8.2vw;
    margin-bottom: 8.2vw;
  }

  .payment-success img {
    width: 21vw;
    height: 25.1vw;
  }

  .payment-success p {
    font-size: 3.8vw;
    margin-top: 4.34vw;
  }
} */
