.box {
    background-color: #f4f4f4;
    border-radius: 10px;
    padding: 17px;
}

    .box.box-table {
        background-color: var(--white);
        margin-left: -15px;
        margin-right: -15px;
        padding: 0;
        position: relative;
    }

    .box a:hover .bg-white, .box a:focus .bg-white {
        border: 1px solid #005299;
    }

@media (min-width: 1200px) {
    .box {
        background-color: transparent;
        padding: 0;
        border-radius: 0;
    }

        .box.box-case {
            background-color: var(--white);
            border-radius: calc(0.25rem * 1) !important;
            border: 1px solid #005299;
            padding: 20px;
        }

        .box.box-table {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
            box-shadow: 0px 6px 12px #00000029;
            font-size: 18px;
            margin: 0;
        }
}
