.checkout-success-payment-msg {
  padding-top: 2.5vw;
  width: 100%;
  min-height: 15vw;
  position: relative;
  gap: 2vw;
  justify-content: start !important;
}

.checkout-success-payment-msg svg {
  width: 16%;
}

.checkout-success-payment-msg h2 {
  font-size: 1.7vw;
  font-weight: 900;
  color: var(--green2);
  gap: 1.5vw;
  text-align: center;
}

.checkout-success-payment-msg h2 span {
  font-weight: 500;
  color: var(--grey-blue);
  font-size: 1vw;
  text-align: center;
}

.checkout-success-payment-msg p {
  width: 40%;
  text-align: center;
  line-height: 2vw;
  font-size: 1vw;
  font-weight: 500;
  color: var(--dark-box-bg);
}

.checkout-success-payment-buttons {
  gap: 1vw;
}

.checkout-success-payment-buttons .btn {
  width: 10vw;
  padding: 1.25vw 0;
  font-weight: 600;
  font-size: 0.95vw;
  border-radius: 0.9vw;
  transition: all 0.25s ease-in-out;
}

.checkout-success-payment-buttons .btn:first-child {
  background-color: var(--green2);
  color: var(--light-bg);
}

.checkout-success-payment-buttons .btn:first-child:hover {
  filter: brightness(1.25);
  color: var(--light-green2);
}

.checkout-success-payment-buttons .btn:last-child {
  background-color: transparent;
  color: var(--green2);
  border: 0.125vw solid #eff4f8;
}

.checkout-success-payment-buttons .btn:last-child:hover {
  filter: brightness(0.9);
}

@media (max-width: 450px) {
  .checkout-success-payment-msg svg {
    width: 45%;
  }
  .checkout-success-payment-msg h2 {
    font-size: 4.7vw;
    font-weight: 900;
    color: var(--green2);
    gap: 1.5vw;
    text-align: center;
  }
  .checkout-success-payment-buttons {
    gap: 3vw;
  }
  .checkout-success-payment-buttons .btn {
    width: 35vw;
    padding: 1.25vw 0;
    font-weight: 600;
    font-size: 3.25vw;
    border-radius: 1.9vw;
    transition: all 0.25s ease-in-out;
  }
  .checkout-success-payment-msg h2 span {
    font-weight: 500;
    color: var(--grey-blue);
    font-size: 3vw;
    text-align: center;
  }
  .checkout-success-payment-buttons {
    margin-top: 2vw;
  }
  .checkout-success-payment-msg {
    padding-top: 2.5vw;
    width: 100%;
    min-height: 15vw;
    position: relative;
    gap: 4vw;
    justify-content: start !important;
  }
  .checkout-success-payment-msg p {
    width: 90%;
    text-align: center;
    line-height: 7vw;
    font-size: 2.7vw;
    font-weight: 500;
    color: var(--dark-box-bg);
  }
  .checkout-success-payment-buttons .btn:last-child {
    background-color: transparent;
    color: var(--green2);
    border: 0.725vw solid #eff4f8;
  }
}
