.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-style4 .inner-block {
  text-align: center;
  position: relative;
}
@media (max-width: 1024.98px) {
  .working-block-style4 .inner-block {
    margin-bottom: 30px;
  }
}
.working-block-style4 .inner-block:hover .icon-block .working-count {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}
.working-block-style4 .inner-block .icon-block {
  display: inline-block;
  position: relative;
  margin-bottom: 17px;
}
.working-block-style4 .inner-block .icon-block .working-shape {
  position: absolute;
  right: -40px;
  top: 72px;
}
.working-block-style4 .inner-block .icon-block .icon {
  background-color: #f7f8ed;
  border-radius: 50%;
  color: var(--theme-color3);
  font-size: 124px;
  line-height: 1;
  height: 178px;
  width: 178px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease;
}
.working-block-style4 .inner-block .icon-block .icon i,
.working-block-style4 .inner-block .icon-block .icon img {
  display: inline-block;
  transition: all 300ms ease;
}
.working-block-style4 .inner-block .icon-block .working-count {
  background-color: #fff;
  border: 1px solid rgba(var(--theme-color1-rgb), 0.32);
  border-radius: 50%;
  color: var(--theme-color3);
  height: 40px;
  line-height: 1;
  width: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(100% - 20px);
  transition: all 300ms ease;
}
.working-block-style4 .inner-block .working-title {
  margin-top: 0;
  margin-bottom: 6px;
  transition: all 300ms ease;
}
.working-block-style4 .inner-block .working-details {
  max-width: 211px;
  margin: 0 auto;
  transition: all 300ms ease;
}
.working-block-style4 .inner-block .working-shape {
  background-color: var(--theme-color1);
  position: absolute;
  height: 100%;
  width: 1px;
  right: -10px;
  top: 0;
}
@media (max-width: 767.98px) {
  .working-block-style4 .inner-block .working-shape {
    display: none;
  }
}
.working-block-style4 .inner-block .working-shape:before {
  background-color: var(--theme-color1);
  content: "";
  position: absolute;
  top: 18%;
  right: 5px;
  height: 64%;
  width: 1px;
  transition: all 300ms ease;
}
.working-block-style4 .inner-block .working-shape:after {
  background-color: var(--theme-color1);
  content: "";
  position: absolute;
  top: 25%;
  right: 10px;
  height: 50%;
  width: 1px;
  transition: all 300ms ease;
}

.working-block:nth-child(2) .working-block-style4 .inner-block .working-shape::before {
  right: -5px;
}
.working-block:nth-child(2) .working-block-style4 .inner-block .working-shape::after {
  right: -10px;
}
@media (max-width: 1024.98px) {
  .working-block:nth-child(2) .working-block-style4 .inner-block .working-shape {
    display: none;
  }
}
.working-block:last-child .working-block-style4 .inner-block .working-shape {
  display: none;
}