table{
    width: 100% !important; 
}
table img{
    width: 100% ;
}

tr td:last-child {
    width: 50% !important;
}
tr td:first-child{
    width: 50% !important;
    align-content: center;
}

table{
    border: none;
}