@media screen and (max-width: 750px) {
    .ticketRightItem {
        justify-content: space-between;
    }
    .ticketRightsDesc {
        color: #999;
    }
    .ticketRightsCaret {
        width: auto;
        height: auto;
        background: none;
    }
}