.donate-page-container {
  max-width: 1800px;
  margin: auto;
  padding: 100px 25px;
}

.donate-page-container-header {
  display: flex;
  flex-direction: column-reverse;
}

.donate-page-container-header h1 {
  font-size: 2.8rem;
  line-height: 48px;
}
.donate-page-container-header h2 {
  color: rgb(139, 45, 45);
}

.donate-page-content {
  margin: 2rem 0rem;
}

.donate-page-content h3 {
  font-size: 1.8rem;
  margin-bottom: 8px;
  margin-top: 3rem;
}

.donate-page-content p {
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.paypal-link {
  text-align: center;
  margin-top: 8rem;
  margin-bottom: 2rem;
}

.paypal-link a {
  color: #253b80;
  text-decoration: none;
  font-family: Verdana, Tahoma;
  font-style: italic;
  font-weight: bold;
  padding: 12px 100px;
  font-size: 26px;
  border: 1px solid #ff9933;
  border-radius: 5px;
  background-image: linear-gradient(#fff0a8, #f9b421);
  transition: 0.2s;
}

.paypal-link a span {
  color: #179bd7;
}
.paypal-link p {
  text-align: center;
  font-size: 1rem;
  margin-top: 2rem;
}

.paypal-link a:hover {
  background-image: linear-gradient(#e7da99, #e2a31c);
}

@media only screen and (max-width: 750px) {
  .donate-page-container-header h1 {
    font-size: 1.8rem;
    line-height: 36px;
  }

  .donate-page-container-header h2 {
    font-size: 1.4rem;
  }
  .donate-page-content h3 {
    font-size: 1.4rem;
  }
  .donate-page-content p {
    font-size: 1.1rem;
  }
  .paypal-link a {
    padding: 12px 75px;
  }
  .paypal-link p {
    font-size: 0.8rem;
  }
}
