.features-block-style1 {
  margin-bottom: 24px;
}
.features-block-style1 .inner-box {
  background-color: #fff;
  border-radius: 5px;
  padding: 43px 0;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.04);
  transition: all 300ms ease;
}
.features-block-style1 .inner-box:hover {
  box-shadow: 0px 4px 28px 6px rgba(0, 0, 0, 0.07);
}
.features-block-style1 .inner-box:hover .features-featured-img img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.features-block-style1 .inner-box .features-featured-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
}
.features-block-style1 .inner-box .features-featured-img img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  transition: all 300ms ease;
}
.features-block-style1 .inner-box .content-box {
  margin-top: 25px;
}
.features-block-style1 .inner-box .content-box .features-title {
  margin-bottom: 2px;
}
.features-block-style1 .inner-box .content-box .features-title:hover {
  color: var(--theme-color1);
}