.payment-margins {
  width: 90%;
  max-width: 500px;
  margin-bottom: 50px;
  margin-top: 50px;
}

.payment-buttons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.payment-button {
  box-sizing: border-box;
  background-color: #fff;
  font-size: inherit;
  color: #0C284D;
  width: 45%;
  padding: 12px;
  border-radius: 8px;
  border: 2px solid #0C284D;
  transition: background-color 0.3s, color 0.3s;
}

.payment-button.selected {
  background-color: #0C284D;
  color: #fff;
}

.payment-heading {
  margin-top: 50px;
}

.payment-info {
  margin-top: 10px;
}

.payment-info li {
  margin-bottom: 5px;
}

.payment-proof {
  max-width: 400px;
}