
.lead.custom h2 {
  display: flex;
  justify-content: space-between;
  row-gap: 0.5em;
  column-gap: 2em;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 1em;
}

.lead.custom .logo img {
  height: 1.5em;
  max-width: 20em;
}

.lead.custom .donate a {
  color: black;
  font-size: 0.667em;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  padding: 0.5em;
  border: 0.15em solid #ffcc00;
}

.lead.custom .donate a:hover {
  text-decoration: none;
  background-color: #fff4e0;
}

