.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-style2 {
  margin-bottom: 30px;
}
.working-block-style2 .inner-box {
  position: relative;
}
.working-block-style2 .inner-box:before {
  background-color: rgba(255, 255, 255, 0.1);
  content: "";
  position: absolute;
  left: 0;
  top: 105px;
  height: 1px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .working-block-style2 .inner-box:before {
    width: 100%;
  }
}
.working-block-style2 .inner-box .content-box {
  position: relative;
  padding: 42px 15px;
  text-align: center;
  transition: all 300ms ease;
}
.working-block-style2 .inner-box .content-box .working-title {
  color: #fff;
  margin-top: 0;
  font-size: 24px;
  font-weight: 700;
}
.working-block-style2 .inner-box .content-box .working-details {
  color: #87878d;
  margin-bottom: 30px;
}
.working-block-style2 .inner-box .content-box .working-count {
  background: var(--gradient-2);
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 21.5px 9px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
}
.working-block-style2 .inner-box .icon-box {
  background-color: var(--theme-color3);
  color: var(--theme-color3-text-color);
  border-radius: 50%;
  font-size: 60px;
  line-height: 120px;
  margin-bottom: 30px;
  text-align: center;
  height: 120px;
  width: 120px;
  margin: 0 auto 30px;
}

.working-block:nth-child(even) .working-block-style2 .icon-box {
  background: var(--theme-color1);
  color: var(--theme-color1-text-color);
}

.working-block:nth-child(even) .working-block-style2 .working-count {
  background: var(--gradient-3);
}