td[height="1"] img{
height:1px !important;;
}

@media (max-width: 989px) {
  
table[width="990"],
  table[width="800"],
  table[width="780"],
  table[width="750"] {
    width: 100% !important;
    max-width: 100%;
  }

  
table {
    max-width: 100%;
    height: auto !important;
  }

 
img {
    max-width: 100%;
  height: auto !important;
}

 
td {
    word-break: break-word;
  }

}


@media (max-width: 767px) {
  
body {
    font-size: 14px;
    line-height: 1.7;
  }

 
td:not[height="1"]{ padding: 5 !important; }
table[width]:not([width*="%"]) {
    width: 100% !important;
  }

}