.ticketEventsContainer {
    position: relative;
    width: 90%;
    height: auto;
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(4, 1fr);
    margin: auto;
}

.ticketEventContainer {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    ut;
}

.ticketEventImage {
    position: relative;
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
}

.ticketEventCategoriesContainer {
    position: relative;
    width: 300px;
    height: 40px;
    margin: auto;
}

.ticketEventCategoriesContainer select {
    width: 100%;
    height: 100%;
    line-height: 40px;
}
