.table.table-lg td, .table.table-lg th {
    padding: 1.2rem 1.05rem;
}
.table.table-lg th .plan-header {
    background-color: #6ac5f9 !important;
    margin: -20px -18px 0 -18px;
    padding: 1.2rem;
}
.table-bordered tr:last-child th.cell-white,
.table-bordered tr:last-child td.cell-white {
    border: none !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1280px;
    }
}