.events-preview-section-1 .single-event-card .single-event-text {
  background-color: var(--offWhite);
}
.events-preview-section-1 .single-event-card .image-container img {
  object-position: top;
}
.events-preview-section-1.offwhite-background-color .single-event-card .single-event-text, .events-preview-section-1.gray-background-color .single-event-card .single-event-text {
  background-color: var(--white);
}