.donate-form {
  display: flex;
  margin: 15px;
}
.anony {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 25px;
  button {
    height: 50px;
    width: 100%;
  }
  #lft {
    color: #f27420;
    background-color: #fff;
    border: 1px solid #f27420;
  }
  #rgt {
    color: #fff;
    background-color: #f27420;
    border: 1px solid #f27420;
  }
}
@media (max-width: 768px) {
  .anony {
    width: 100%;
    button {
      width: 100%;
      font-size: 10px;
    }
  }
}
