.service-strip > img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.service-strip .service-call.has-gif {
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.service-strip .service-call img {
  display: block;
  width: 96px;
  height: 36px;
  border-radius: 18px;
  object-fit: contain;
  background: transparent;
}
