/*TICKET UPSELLS FIX*/
#ticket-upsells .content--experience--card h4 {
    min-height: 115px !important;
    padding: 30px 40px 30px 40px !important;
}

#ticket-upsells .content--experience--card::after,
#ticket-upsells .content--experience--card .far {
    bottom: 90px !important;
}

#ticket-upsells .content--experience--card {
    height: 550px;
}

#ticket-upsells .content--experience--card.show-form {
    height: 306px;
}

@media (max-width: 767.98px) {
    #ticket-upsells .content--experience--card {
        height: 375px;
        min-height: 375px;
    }
    #ticket-upsells .content--experience--card.show-form {
        height: 131px;
        min-height: 131px;
    }
    #ticket-upsells .content--experience--card h4 {
        min-height: 80px !important;
        padding: 20px 40px 20px 40px !important;
    }
    #ticket-upsells .content--experience--card::after,
    #ticket-upsells .content--experience--card .far {
        bottom: 70px !important;
        top: auto !important;
    }
}