.service-item-current-style6 {
  padding: 190px 0px 172px 0px;
  background-image: var(--service-current-style6-bg-featured-image);
  background-position: center center;
  background-size: cover;
  text-align: center;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style6 {
    transition: none;
  }
}
.service-item-current-style6:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  transition: all 0.3s ease;
  background-image: linear-gradient(transparent, var(--theme-color2));
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style6:before {
    transition: none;
  }
}
.service-item-current-style6 .service-inner .service-infobox-link {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.service-item-current-style6 .service-inner .service-infobox-wrapper {
  position: relative;
}
.service-item-current-style6 .service-inner .service-infobox-wrapper .title {
  font-size: 30px;
  font-weight: 700;
  margin: -10px 0px 7px 0px;
  padding: 0px 0px 0px 0px;
  color: #fff;
  z-index: 1;
  position: relative;
}
.service-item-current-style6 .service-inner .service-infobox-button_wrapper {
  position: absolute;
  left: 80px;
  top: -53px;
  z-index: 0;
}
.service-item-current-style6 .service-inner .service-infobox-button_wrapper .service-infobox-button {
  padding: 10px;
  display: inline-block;
  transition: all 0.4s;
}
.service-item-current-style6 .service-inner .service-infobox-button_wrapper .service-infobox-button .infobox_button {
  opacity: 0;
  transition: all 0.4s;
  transform: translateX(-20px) translateY(20px);
  display: inline-block;
}
.service-item-current-style6:hover:before {
  opacity: 0.92;
}
.service-item-current-style6:hover .service-inner .service-infobox-button_wrapper .service-infobox-button .infobox_button {
  opacity: 1;
  transform: translateX(0) translateY(0);
}