 @media (max-width: 480px) {

    .comparison__table-wrapper {
        /* border-radius: 0 !important; */
        /* overflow-x: hidden !important;
        display: flex;
        justify-content: center;
        aling-items: center;
        box-shadow: none; */
        /* height: 220px; */
    }

    .comparison-table {
        /* transform: scale(45%); */
        /* max-width: 90%; */
    }

    .comparison-table th,
    .comparison-table td {
        font-size: 12px !important;
        padding: 6px !important;
    }

    .comparison-table {
        font-size: 12px !important;
    }
}