.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:first-child .working-block-style3 .inner-block .counter {
  top: 0;
  height: calc(100% + 9px);
}
.working-block:last-child .working-block-style3 .inner-block .counter {
  height: calc(100% + 9px);
}

.working-block-style3 .inner-block {
  position: relative;
}
.working-block-style3 .inner-block.active .counter, .working-block-style3 .inner-block:hover .counter {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}
.working-block-style3 .counter {
  border: 1px solid rgba(234, 228, 225, 0.5);
  border-radius: 62px;
  color: var(--theme-color2);
  font-family: var(--heading-font-family);
  font-weight: 500;
  font-size: 24px;
  height: calc(100% + 18px);
  letter-spacing: -0.03em;
  line-height: 1;
  position: absolute;
  top: -9px;
  text-align: center;
  width: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 400ms ease;
}
.working-block-style3 .counter span {
  display: inline-block;
  transform: rotate(-90deg);
}
.working-block-style3 .content-box {
  background-color: var(--theme-color3);
  border-radius: 20px;
  margin-left: 92px;
  max-width: 536px;
  padding: 32px 50px 31px 90px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .working-block-style3 .content-box {
    margin-left: 70px;
    padding: 30px 30px 30px 90px;
  }
}
@media (max-width: 575.98px) {
  .working-block-style3 .content-box {
    padding: 30px;
  }
}
.working-block-style3 .content-box .working-subtitle {
  background-color: var(--theme-color-white);
  border-radius: 40px;
  color: var(--headings-color);
  display: inline-block;
  left: 13px;
  padding: 2px 20px 0px;
  position: absolute;
  -webkit-transform: rotateZ(-90deg);
  -moz-transform: rotateZ(-90deg);
  -ms-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
  top: 54px;
  margin: 0;
  font-family: var(--heading-font-family);
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .working-block-style3 .content-box .working-subtitle {
    left: 0;
    margin-bottom: 10px;
    position: relative;
    transform: rotateX(0deg);
    top: 0;
  }
}
.working-block-style3 .content-box .working-title {
  margin-bottom: 5px;
  margin-top: 0;
}