.catalog-table {
  font-weight: normal;
}

.catalog-table tr {
  background: white !important;
}

.catalog-table td:first-child {
  font-weight: normal !important;
}

@media only screen and (max-width: 485px) {
  .catalog-table img {
    height: 300px !important;
  }
}

