.service-item-current-style8 {
  border-radius: 5px;
  position: relative;
  border: 1px solid #eee;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style8 {
    transition: none;
  }
}
.service-item-current-style8 .thumb {
  overflow: hidden;
  position: relative;
  border-radius: 6px 6px 0 0;
}
.service-item-current-style8 .thumb img {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style8 .thumb img {
    transition: none;
  }
}
.service-item-current-style8 .content {
  background-color: #fff;
  padding: 70px 40px 30px 40px;
  position: relative;
  border-radius: 0 0 6px 6px;
  text-align: center;
}
.service-item-current-style8 .content .service-icon {
  background-color: var(--theme-color2);
  border-radius: 50%;
  height: 110px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  border: 6px solid var(--text-color-bg-theme-color2);
  top: -55px;
  width: 110px;
  text-align: center;
  transition: all 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style8 .content .service-icon {
    transition: none;
  }
}
.service-item-current-style8 .content .service-icon i {
  color: #fff;
  font-size: 48px;
  transition: all 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style8 .content .service-icon i {
    transition: none;
  }
}
.service-item-current-style8 .content .title {
  line-height: 30px;
}
.service-item-current-style8 .content .title a:hover,
.service-item-current-style8 .content .title a:focus {
  color: var(--theme-color2);
}
.service-item-current-style8:hover .thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.service-item-current-style8:hover .content .service-icon {
  background-color: var(--theme-color1);
}
.service-item-current-style8:hover .content .service-icon i {
  color: var(--text-color-bg-theme-color1);
}