/* Center the event schedule text and list */
.event-schedule.text-center ul {
  display: inline-block;
  text-align: left;
}

/* Restore normal alignment for sub-bullets */
.event-schedule.text-center ul ul {
  display: block;
  margin-left: 2em;
  text-align: left;
}
/* Custom alignment for 2-column sections with images and text */
.section-align-top .row.align-items-center { align-items: flex-start !important; }

/* For mobile, let Bootstrap stack as normal */
@media (max-width: 991.98px) {
  .section-align-top .row.align-items-center { align-items: stretch !important; }
}
