.service {
  [class~="service-image"] {
    height: 24.8125rem;
    width: 100%;

    img {
      object-fit: cover;
    }
  }
}
