
.donation-links {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 32px;
}

@media (max-width: 600px) {
  .donation-links {
    flex-direction: column;
    justify-content: center;
  }

  .donation-links > * {
    margin: 8px 0;
  }
}