.dwie td {
  vertical-align: text-top;
}

@media only screen and (max-width: 768px) {
.dwie td {
  display: block;
}
}
