.eb-event-item-grid-default-layout .eb-event-thumb-container > a {
  display: flex !important;
  justify-content: center;
}
#eb-individual-registration-page .input-small {
  padding: 0;
  text-align: center;
}
.eb-description-details .eb-event-large-image {
  margin: 0 auto 20px;
}
.eb-event-item-grid-default-layout .eb-event-thumb-container img
{
  width: auto !important;
}

/* To Modify Event Booking Headings */

/* Targeting the specific heading */
h1.eb-page-heading {
    background-color: #e3f2fd !important;
  
    /* To change the color (example: a darker blue or hex code) */
    color: #0d47a1; 

    /* To change the font size */
    font-size: 36px; 

    /* To make it bold */
    font-weight: 700;