.our-companies .thick {
  font-weight: 700;
}
.our-companies .thin {
  font-weight: 300;
}
.our-companies h5 {
  font-size: 30px;
}
.our-companies img.oc-logos {
  height: 100px;
  width: auto;
  margin-top: 30px;
}
@media only screen and (max-width: 1400px) {
.our-companies img.oc-logos {
  height: 90px;
}
}
@media only screen and (max-width: 1250px) {
.our-companies img.oc-logos {
  height: 80px;
}
}
@media only screen and (max-width: 1150px) {
.our-companies img.oc-logos {
  height: 60px;
}
}