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

.working-block-style1 .inner-block {
  background-color: var(--theme-color-white);
  padding: 40px 38px;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .working-block-style1 .inner-block {
    padding: 30px;
  }
}
.working-block-style1 .inner-block:hover {
  transform: translateY(-5%);
}
.working-block-style1 .inner-block:hover .working-count {
  background-color: var(--theme-color-dark);
  color: var(--theme-color-white);
}
.working-block-style1 .inner-block:hover .working-title:before {
  width: 100%;
}
.working-block-style1 .inner-block .working-count {
  font-size: 24px;
  font-weight: 500;
  color: var(--theme-color2);
  height: 72px;
  width: 72px;
  line-height: 72px;
  text-align: center;
  background-color: #f1f2eb;
  margin-bottom: 42px;
  transition: all 300ms ease;
}
[data-tm-layout=dark] .working-block-style1 .inner-block .working-count {
  background-color: #262626;
  color: #fff;
}
.working-block-style1 .inner-block .working-title {
  position: relative;
  border-bottom: 1px solid #f1f2eb;
  padding-bottom: 30px;
  margin-bottom: 74px;
  margin-top: 0;
}
.working-block-style1 .inner-block .working-title:before {
  position: absolute;
  content: "";
  background-color: var(--theme-color-dark);
  left: 0;
  bottom: -2px;
  height: 3px;
  width: 105px;
  transition: all 500ms ease;
}
.working-block-style1 .inner-block .working-details {
  margin-right: -3px;
}