/* Fix: Make sponsorship card span full width */
.ui-card-container.rows .ui-card {
  flex: 1 1 100%;
  max-width: 100%;
  width: 100%;
}