.features-block-style5 {
  margin-bottom: 40px;
}
.features-block-style5 .inner-box {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  cursor: pointer;
  margin-bottom: 30px !important;
}
.features-block-style5 .inner-box:hover .icon-box {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}
.features-block-style5 .inner-box .icon-box {
  width: 83px;
  height: 83px;
  line-height: 83px;
  font-size: 40px;
  text-align: center;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: #222;
  color: #fff;
  transition: all 0.3s ease;
}
.features-block-style5 .inner-box .content-box .features-title {
  margin-top: 0;
  margin-bottom: 8px;
}
.features-block-style5 .inner-box .content-box .features-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}