@media screen and (max-width: 768px) {
  #company_about table table,
  #company_about table tr,
  #company_about table th,
  #company_about table td {
    display: block;
    width: 100% !important;
  }
  #company_about table td {
    border-bottom: none !important;
    padding: 1em !important;
    background: white;
  }
}/*# sourceMappingURL=company.css.map */