.cards-ticket {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 250px;
    min-width: 150px;
    background: #02b875;
    border-radius: 3px;
    box-sizing: border-box;
    color: #FFF;
    margin: 5%;
}

.card-ticket {
    margin-left: 3%;
    margin-right: 3%;
}


.cards-title {
    margin-top: 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.2px;
}

.cards-content {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.5;
}

.cards-btn {

    justify-content: center;
    all: unset;

    border: 2px solid #FFF;
    padding: 10px 15px;
    border-radius: 25px;
    font-size: 10px;
    font-weight: 600;
    transition: all 0.5s;
    cursor: pointer;
    letter-spacing: 1.2px;
}

.cards-btn:hover {
    color: #02b875;
    background: #FFF;
}

.tiket-card {
    /* min-height: 200px;
    max-height: 180px; */
    margin-bottom: 3%;

}
