.tickets {
    margin-bottom: 80px;
}

.ticket {
    margin-top: 128px;
    cursor: pointer;
}

.ticket img {
    width: clamp(180px, 100%, 640px);
}