@charset "UTF-8";
/* CSS Document */
@media only screen and (max-width: 800px) {

  .company-list-item {
    width: 33.333%!important;
  }
  .company-list-item img {
  width: 130%!important;
  height: auto;
}
}
