@media (max-width: 576px){
    .tab-content .container table, .tab-content .container table td, .tab-content .container table div {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;}
}
