.tm-sc-service .icon {
  display: inline-block;
}
.tm-sc-service .icon,
.tm-sc-service .feature-title,
.tm-sc-service .feature-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-style8 .inner-box {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.service-block-style8 .inner-box:hover {
  cursor: pointer;
}
.service-block-style8 .inner-box:hover .image-box img {
  transform: scale(1.2);
}
.service-block-style8 .inner-box:hover .image-box:after {
  opacity: 1;
  transform: scaleY(1);
}
.service-block-style8 .inner-box .image-box {
  background-color: var(--theme-color2);
  overflow: hidden;
  position: relative;
}
.service-block-style8 .inner-box .image-box img {
  transition: all 1200ms ease;
  opacity: 0.7;
}
.service-block-style8 .inner-box .image-box .service-subtitle {
  color: #fff;
  font-family: var(--font-current-theme3);
  font-size: 64px;
  letter-spacing: 22px;
  line-height: 1.15625;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  top: 55px;
  width: 100%;
  z-index: 1;
}
.service-block-style8 .inner-box .image-box:after {
  background-color: rgba(var(--theme-color1-rgb), 0.9);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transition: all 300ms ease;
}
.service-block-style8 .inner-box .content-box {
  bottom: 45px;
  position: absolute;
  width: 100%;
}
.service-block-style8 .inner-box .content-box .service-title {
  color: #fff;
  font-size: 30px;
  margin-bottom: 20px;
  transition: all 300ms ease;
}
.service-block-style8 .inner-box .content-box .service-title a:hover {
  color: #fff;
}
.service-block-style8 .inner-box .content-box .service-details {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  transition: all 300ms ease;
}