.feature-current-item-style6 {
  position: relative;
  display: block;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  padding: 100px 60px 50px;
  text-align: center;
  margin-bottom: 105px !important;
}
.feature-current-item-style6:hover .feature-icon {
  background-color: var(--theme-color1);
  color: #1e1e22;
}
.feature-current-item-style6:hover .feature-title a {
  color: var(--theme-color1);
}
.feature-current-item-style6:hover .feature-current-item-arrow {
  background-color: var(--theme-color1);
  color: #1e1e22;
}
.feature-current-item-style6 .feature-icon {
  position: absolute;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  width: 150px;
  height: 150px;
  font-size: 64px;
  color: #1e1e22;
  transition: all 500ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: -75px;
  transform: translateX(-50%);
}
.feature-current-item-style6 .feature-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 10px;
}
.feature-current-item-style6 .feature-title a {
  color: #1e1e22;
  transition: all 500ms ease;
}
.feature-current-item-style6 .feature-details {
  margin: 0;
  padding-bottom: 30px;
}
.feature-current-item-style6 .feature-current-item-arrow {
  position: relative;
  color: #717178;
  transition: all 500ms ease;
  height: 65px;
  width: 65px;
  background-color: #f1f1f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 20px;
}