.marticle .content img {
  max-width: 100%;
}
.marticle .content .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .marticle .content tbody,
  .marticle .content tr,
  .marticle .content th,
  .marticle .content td {
    border: 0;
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal;
  }
}
