.card-group_ali.container {
    overflow: auto;
    max-height: 55vh;
    font-size: small;
    font-weight: 700;
    letter-spacing: 0.1px;
}

.t1-t2 > span {
    position: absolute;
    top: 0;
}


@media (max-width: 769px) {
    .card-group_ali.container {
        overflow: scroll;
        max-height: 55vh !important;
    }
    .card-group_ali.container {
        font-size: 0.6rem !important;
    }
}

@media (max-width: 554px) {
    .card-group_ali.container {
        overflow: scroll;
        max-height: 50vh !important;
    }
}

@media (max-width: 575px) {


    .t1-t2 > span {
        position: absolute;
        top: 0;
        font-size: 10px !important;
    }
/*
    top: 0;
    font-size: 15px;*/

}


