.features-block-style1 .feature__content {
  overflow: hidden;
}
.features-block-style1 .feature__content .features-title {
  margin: 0px;
}
.features-block-style1 .feature__content .btn-view-details {
  transform: translateX(-94px);
  -webkit-transform: translateX(-94px);
  display: inline-block;
  display: flex;
  align-items: center;
  color: var(--text-color);
  font-family: var(--heading-font-family);
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  margin-top: 30px;
}
body.tm-dark-layout .features-block-style1 .feature__content .btn-view-details {
  color: var(--text-color-bg-theme-color1);
}
.features-block-style1 .feature__content .btn-view-details i {
  color: var(--theme-color2);
  margin-left: 5px;
  margin-top: -5px;
  font-size: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
body.tm-dark-layout .features-block-style1 .feature__content .btn-view-details i {
  color: var(--text-color-bg-theme-color1);
}
.features-block-style1 .feature__item {
  padding: 20px 0px;
  cursor: pointer;
  border-right: 2px solid #ebebeb;
}
body.tm-dark-layout .features-block-style1 .feature__item {
  border-right: 2px solid #1d1d1d;
}
.features-block-style1 .feature__item .feature__icon {
  margin-bottom: 20px;
}
.features-block-style1 .feature__item .feature__icon i {
  font-size: 78px;
  color: var(--theme-color1);
  line-height: 1;
}
.features-block-style1 .feature__item img {
  transition: all 0.4s ease-in-out;
}
.features-block-style1 .feature__item:hover img {
  transform: translateY(-15px);
}
.features-block-style1 .feature__item:hover .feature__content .btn-view-details {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  transition: all 0.4s ease-in-out;
}

.features-item:last-child .feature__item {
  border: none;
}

@media (max-width: 1199.98px) {
  .features-block-style1 .feature__content .btn-view {
    transform: unset;
    text-align: center;
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .features-block-style1 .feature__item {
    padding: 40px 40px;
    border: 2px solid #ebebeb;
  }
  .features-item:last-child .feature__item {
    border: 2px solid #ebebeb;
  }
}
@media (max-width: 991.98px) {
  .features-block-style1 .feature__content .btn-view {
    transform: unset;
    text-align: center;
    margin-top: 20px;
  }
  .feature__item {
    border: none;
  }
}
@media (max-width: 767.98px) {
  .features-block-style1 .feature__content .btn-view {
    transform: unset;
    text-align: center;
    margin-top: 20px;
  }
}