@media (max-width: 600px) {
    .donation-sec{
        display: block;
    }
  .form-container {
    padding: 24px;
    width: 100%;
  }

  .amount-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .amount-wrapper input {
    width: 100px;
    font-size: 1.2rem;
  }
}