.cc-pincode__message {
  margin: 0.75rem auto 0;
  max-width: 1000px;
  color: #fff;
  text-align: center;
}

.cc-pincode .pincode-wrapper.step3 > div:nth-child(2) > div {
  background: url("../../../../themes/cc-network-theme/assets/images/mark.svg") no-repeat center center !important;
  background-size: contain !important;
}

.cc-pincode .pincode-wrapper.step1 > div:nth-child(2) {
  display: none;
}

.cc-pincode .pincode-wrapper.step3 > div:nth-child(3) {
  display: block;
}

@media only screen and (max-width: 767px) {
  .cc-pincode .pincode-wrapper.step3 > div:nth-child(2) > div {
    background: none !important;
    width: auto;
    height: auto;
    margin: 0;
    position: static;
  }

  .cc-pincode .pincode-wrapper.step3 > div:nth-child(2) > div > span {
    position: static;
    display: block;
    height: auto;
    color: #fff;
    font-size: 2rem;
    line-height: 1.2;
  }
}
