table{
    width: 100% !important;
    height: auto !important;
    margin: 40px 0;
}
@media (max-width: 991px){
    table{
        font-size: 1.6rem;
    }
}
table td{
    padding: 5px 10px;
    vertical-align: top;
}
table td:first-child{
    padding-left: 0;
}
table td:last-child{
    padding-right: 0;
}