﻿.ticket-results {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding: 0 15px 20px 15px;
}

@media screen and (min-width: 768px) {
    .ticket-results {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0 1.683% 20px 1.683%;
    }

        .ticket-results .aos-wrapper {
            width: 49.24%;
        }
}
