/* this is custom.css */

table.custom_table {
        white-space: normal;
}

@media (max-width:991px){
    .custom_table p {
        font-size: 12px !important;
        word-break: break-all;
    }
}