.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;
}

@media (max-width: 1199.98px) {
  .tm-sc-working .working-block-style2 {
    margin-bottom: 30px;
  }
}
.tm-sc-working .working-block-style2 .inner-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 288px;
  height: 288px;
  border-radius: 50%;
  background-color: rgb(35, 35, 35);
  position: relative;
}
@media (max-width: 1199.98px) {
  .tm-sc-working .working-block-style2 .inner-box {
    margin: 0 auto;
  }
}
.tm-sc-working .working-block-style2 .inner-box:hover .working-details {
  color: #fff;
}
.tm-sc-working .working-block-style2 .inner-box:hover .icon-box {
  transform: scale(-1) rotate(180deg);
}
.tm-sc-working .working-block-style2 .inner-box .working-count {
  background-color: var(--theme-color1);
  border: 6px solid var(--text-color-bg-theme-color1);
  border-radius: 50%;
  color: var(--text-color-bg-theme-color1);
  font-size: 16px;
  font-weight: 500;
  width: 64px;
  height: 64px;
  line-height: 52px;
  top: 20px;
  left: 5px;
  position: absolute;
  text-align: center;
}
.tm-sc-working .working-block-style2 .inner-box .icon-box {
  margin-bottom: 18px;
  line-height: 1;
  transition: all 300ms ease;
}
.tm-sc-working .working-block-style2 .inner-box .icon-box i {
  color: var(--theme-color1);
  font-size: 66px;
}
.tm-sc-working .working-block-style2 .inner-box .working-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
}
.tm-sc-working .working-block-style2 .inner-box .working-details {
  transition: all 300ms ease;
}