.chromevolt-service-image {
  display: block;
  width: 100%;
  height: 145px;
  object-fit: cover;
  object-position: center;
  border-radius: 14px;
  margin: 0 0 14px 0;
  border: 1px solid rgba(255,255,255,.12);
  background: #05070b;
}

@media (max-width: 800px) {
  .chromevolt-service-image {
    height: 120px;
  }
}
