<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.feature-current-item-style6 {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.feature-current-item-style6 .inner-box {
  position: relative;
  display: flex;
  border: 1px solid var(--theme-color1);
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  transition: all 300ms ease;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}
.feature-current-item-style6 .inner-box:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-10px);
}
.feature-current-item-style6 .inner-box:hover img {
  transform: scale(1.2);
}
.feature-current-item-style6 .inner-box:hover .icon-box .count {
  color: #fff;
}
.feature-current-item-style6 .icon-box {
  position: relative;
  background-color: var(--theme-color1);
  min-width: 110px;
  text-align: center;
  padding: 25px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.feature-current-item-style6 .icon-box .icon i {
  display: block;
  color: #ffffff;
  font-size: 64px;
  line-height: 64px;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style6 .icon-box .icon i {
    transition: none;
  }
}
.feature-current-item-style6 .icon-box .count {
  font-size: 40px;
  line-height: 1em;
  color: var(--theme-color1);
  color: transparent;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #fff;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style6 .icon-box .count {
    transition: none;
  }
}
.feature-current-item-style6 .content-box {
  position: relative;
  padding: 25px 30px;
}
.feature-current-item-style6 .content-box .icon-box-title {
  margin-top: 0;
  margin-bottom: 18px;
}
.feature-current-item-style6 .content-box .icon-box-title a {
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style6 .content-box .icon-box-title a {
    transition: none;
  }
}
.feature-current-item-style6 .content-box .text {
  font-size: 16px;
  line-height: 26px;
  color: #767676;
}</pre></body></html>