/* .success {
  width: 464px;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.04))
    drop-shadow(0px 16px 24px rgba(0, 0, 0, 0.04))
    drop-shadow(0px 24px 32px rgba(0, 0, 0, 0.01));
  border-radius: 16px;
  padding: 32px;

  @include media-breakpoint-down(md) {
    width: calc(100% - 16px);
  }

  @media (min-width: 992px) and (max-width: 1366px) {
    margin-left: 20% !important;
  }

  .transaction {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 43px;
  }

  .image {
    margin-bottom: 38px;
  }

  .link {
    margin-top: 24px;
    margin-bottom: 24px;
  }
} */
.success {
  width: 464px;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0px 16px 24px rgba(0, 0, 0, 0.04)) drop-shadow(0px 24px 32px rgba(0, 0, 0, 0.01));
  border-radius: 16px;
  padding: 32px;
}
@media (min-width: 992px) and (max-width: 1366px) {
  .success {
    margin-left: 20% !important;
 }
}
.success .transaction {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 43px;
}
.success .image {
  margin-bottom: 38px;
}
.success .link {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .success{
    margin-left: 20% !important;
  }
}