.single__service {
  background-color: var(--gray);
  border-radius: 0.5em;
  padding: 1.2em;
  min-height: 100%;
  position: relative;
  transition: 0.3s;
  position: relative;
}
.single__service:hover {
  transform: scale(1.1);
}
.single__service .service__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.single__service img {
  margin-right: 1em;
  max-width: 2.8em;
}
.single__service .link-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 991px) {
  .single__service {
    padding: 0.8em;
    display: block !important;
    text-align: center;
  }
  .single__service img {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0.6em;
  }
}
@media only screen and (max-width: 767px) {
  .single__service {
    padding: 0.8em;
    display: block !important;
    text-align: center;
  }
  .single__service img {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0.6em;
  }
  .single__service.m-20-b {
    margin-top: 0.5em;
  }
  .single__service.m-20-t {
    margin-bottom: 0.5em;
  }
}
