#donate {
  display: flex;
  align-items: center;
}

#donate .section-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.donate-content { text-align: center; }

.donate-content p {
  font-size: 1.15rem;
  line-height: 1.75;
  margin-bottom: 2rem;
  max-width: 560px;
}

.donate-btn {
  display: inline-block;
  background: var(--white);
  color: var(--red);
  font-weight: bold;
  font-size: 1.1rem;
  padding: 0.9rem 2.5rem;
  border-radius: 4px;
  letter-spacing: 0.03em;
  transition: background 0.2s, color 0.2s;
}

.donate-btn:hover {
  background: var(--navy);
  color: var(--white);
}
