.event-info {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
}

@media (max-width: 768px) {
    .ev-card-1 .em-item-image {
        height: fit-content;
    }

    .event-info {
        flex-direction: column;
        object-fit: scale-down;
    }

    .ev-card-1 {
        width: 100%;
    }
}