.pricing-table .col:hover {
    position: relative;
    z-index: 1;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
}

.summary-m_custom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.cats_data {
    font-size: 12px;
    color: #000;
    text-wrap: nowrap;
}

@media screen and (max-width:900px) {
    .summary-m.summary-m_custom {
        flex-direction: column;
        gap: 10px;
    }
}