.features-block-style1:first-child .inner-box {
  padding: 26px 20px 43px 50px;
}
@media (max-width: 575.98px) {
  .features-block-style1:first-child .inner-box {
    padding: 30px 20px 50px 20px;
  }
}
.features-block-style1:last-child .inner-box {
  border-bottom: none;
}
.features-block-style1 .inner-box {
  align-items: center;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  position: relative;
  display: flex;
  padding: 47px 20px 43px 50px;
  line-height: 1px;
}
body.tm-dark-layout .features-block-style1 .inner-box {
  border-color: #1d1d1d;
}
body.tm-dark-layout .features-block-style1 .inner-box {
  border-color: #1d1d1d;
}
@media (max-width: 575.98px) {
  .features-block-style1 .inner-box {
    flex-direction: column;
    line-height: normal;
  }
}
.features-block-style1 .inner-box:hover .features-count {
  color: var(--theme-color2);
}
body.tm-dark-layout .features-block-style1 .inner-box:hover .features-count {
  color: #fff;
}
.features-block-style1 .inner-box:hover .icon-box i {
  transform: scaleX(-1);
}
.features-block-style1 .inner-box:hover .content-box .features-featured-img {
  opacity: 1;
  left: 100%;
  transform: rotate(16deg);
  background-size: cover;
  background-image: var(--block-style1-bg-featured-image);
}
.features-block-style1 .inner-box .features-count {
  color: #e1e1e1;
  font-size: 60px;
  letter-spacing: -0.01em;
  min-width: 70px;
  margin-right: 40px;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .features-block-style1 .inner-box .features-count {
    font-size: 58px;
  }
}
@media (max-width: 575.98px) {
  .features-block-style1 .inner-box .features-count {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.features-block-style1 .inner-box .icon-box {
  min-width: 80px;
  margin-right: 40px;
  position: relative;
  top: 13px;
}
@media (max-width: 575.98px) {
  .features-block-style1 .inner-box .icon-box {
    margin-right: 0;
    margin-bottom: 10px;
    top: 0;
    left: 5px;
  }
}
.features-block-style1 .inner-box .icon-box i {
  color: var(--theme-color1);
  display: inline-block;
  font-size: 70px;
  line-height: 1px;
  transition: all 300ms ease;
}
.features-block-style1 .inner-box .content-box {
  position: relative;
}
.features-block-style1 .inner-box .content-box .features-title {
  position: relative;
  letter-spacing: -0.01em;
  margin-top: 0;
  z-index: 3;
}
.features-block-style1 .inner-box .content-box .read-more {
  color: #9b9b9b;
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  z-index: 3;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .features-block-style1 .inner-box .content-box .read-more {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 15px;
  }
}
.features-block-style1 .inner-box .content-box .read-more:before {
  background-color: var(--theme-color1);
  content: "";
  height: 1px;
  position: absolute;
  top: calc(50% - 0px);
  right: -37px;
  bottom: 0;
  width: 32px;
}
@media (max-width: 575.98px) {
  .features-block-style1 .inner-box .content-box .read-more:before {
    display: none;
  }
}
.features-block-style1 .inner-box .content-box .read-more:after {
  background-color: var(--theme-color2);
  content: "";
  height: 1px;
  position: absolute;
  top: calc(50% - 0px);
  right: -5px;
  bottom: 0;
  width: 0;
  transition: all 300ms ease;
}
body.tm-dark-layout .features-block-style1 .inner-box .content-box .read-more:after {
  background-color: #fff;
}
@media (max-width: 575.98px) {
  .features-block-style1 .inner-box .content-box .read-more:after {
    display: none;
  }
}
.features-block-style1 .inner-box .content-box .read-more:hover {
  color: var(--theme-color2);
}
body.tm-dark-layout .features-block-style1 .inner-box .content-box .read-more:hover {
  color: #fff;
}
.features-block-style1 .inner-box .content-box .read-more:hover:after {
  right: -37px;
  width: 32px;
}
.features-block-style1 .inner-box .content-box .features-featured-img {
  margin: 0;
  position: absolute;
  top: -20px;
  left: calc(100% + 10px);
  width: 144px;
  height: 110px;
  transform: rotate(20deg);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: all 300ms ease;
}