@media screen and (min-width: 992px) {
  .region-left {
    width: 210px;  
  }
  .region-right {
    width: calc(100% - 210px);
  }
}
.views-field-image {
  text-align: center;
}
.views-field-image img {
  max-width: 185px;
}
.views-field-category {
  display: none;
}
.block-region-left .block:not(:first-child) {
  display: none;
}