.service-skin-style2 {
  border-radius: 5px;
  position: relative;
  box-shadow: 0px 5px 0px 0px rgba(145, 195, 48, 0.004);
  transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .service-skin-style2 {
    transition: none;
  }
}
.service-skin-style2 .thumb {
  overflow: hidden;
  position: relative;
  border-radius: 6px 6px 0 0;
}
.service-skin-style2 .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-skin-style2 .thumb img {
    transition: none;
  }
}
.service-skin-style2 .content {
  background-color: #181f2e;
  padding: 40px;
  position: relative;
  border-radius: 0 0 6px 6px;
  text-align: center;
}
.service-skin-style2 .content .service-icon {
  background-color: var(--theme-color1);
  border-radius: 50%;
  height: 72px;
  left: 0;
  line-height: 72px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -30px;
  width: 72px;
  text-align: center;
  transition: all 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
  .service-skin-style2 .content .service-icon {
    transition: none;
  }
}
.service-skin-style2 .content .service-icon i {
  color: #fff;
  font-size: 36px;
  transition: all 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
  .service-skin-style2 .content .service-icon i {
    transition: none;
  }
}
.service-skin-style2 .content .title {
  line-height: 30px;
  color: #fff;
  margin-top: 30px;
}
.service-skin-style2 .content .title a:hover,
.service-skin-style2 .content .title a:focus {
  color: var(--theme-color1);
}
.service-skin-style2 .content .excerpt {
  color: #c9d1e5;
}
.service-skin-style2:hover .thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.service-skin-style2:hover .content .service-icon {
  background-color: var(--theme-color2);
}
.service-skin-style2:hover .content .service-icon i {
  color: #fff;
}