.tm-sc-service .icon {
  display: inline-block;
}
.tm-sc-service .icon,
.tm-sc-service .feature-title,
.tm-sc-service .feature-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-style6 .inner-block {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: flex;
  margin-bottom: 5px;
  padding: 10px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .service-block-style6 .inner-block {
    display: block;
  }
}
.service-block-style6 .inner-block:hover .service-featured-img img {
  transform: scale(1.1);
}
.service-block-style6 .service-featured-img {
  border-radius: 10px;
  min-width: 246px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1199.98px) {
  .service-block-style6 .service-featured-img {
    min-width: inherit;
  }
}
.service-block-style6 .service-featured-img img {
  height: 100%;
  object-fit: cover;
  transition: all 700ms ease;
}
@media (max-width: 1199.98px) {
  .service-block-style6 .service-featured-img img {
    width: 100%;
  }
}
.service-block-style6 .content-block {
  padding: 30px 40px;
}
@media (max-width: 1399.98px) {
  .service-block-style6 .content-block {
    padding: 30px;
  }
}
.service-block-style6 .service-title {
  margin-top: 30px;
}
.service-block-style6 .service-details {
  color: var(--text-color2);
  font-style: normal;
  font-weight: 500;
}
.service-block-style6 .service-list {
  margin-top: 15px;
}
.service-block-style6 .service-list li {
  list-style: none;
  color: var(--theme-color2);
  font-weight: 500;
}
.service-block-style6 .service-list i {
  color: var(--theme-color1);
  margin-right: 12px;
}