.company-grid .logo {
  max-height: 30px;
  width: auto;
}
.company-grid .featuredimage {
  height: 250px;
  display: block;
  width: 100%;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 1201px) {
.company-grid .featuredimage {
  height: 150px;}
}
.company-grid .featured {
  height: auto;
  width: 100%;
}
.company-grid h3 {
  color: var(--primarycolor);
}