@media screen and (max-width: 480px) {

    .view-button-parent {
        padding: 0 !important;
        margin: 0 !important;
    }

    .view-button {
        margin-left: 0 !important;
    }

    .mr-1, .mr-2, .mr-3, .mr-4, .mr-5,
    .ml-1, .ml-2, .ml-3, .ml-4, .ml-5 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    button {
        max-height: 59px;
    }

    .table-responsive {
        display: block;
    }

    .my-5, .px-5 {
        margin: 0 !important;
        padding: 0 !important;
    }
}

