.section-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.section-divider {
  width: 80px;
  height: 3px;
  background-color: #28a745;
  margin: 0 auto 40px auto;
  border: none;
  border-radius: 2px;
}

/* Card for in-kind donations */
.card-header {
  font-weight: 600;
  font-size: 1.25rem;
}

.form-label {
  font-weight: 500;
}
