.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 {
  position: relative;
  padding: 50px 60px 40px;
  margin-top: 20px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: var(--theme-color2);
}
@media (max-width: 1199.98px) {
  .working-block-style2 {
    padding: 50px 40px 40px;
  }
}
.working-block-style2::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: calc(100% + 22px);
  content: "";
  width: 1px;
  background: rgba(217, 217, 217, 0.14);
  opacity: 1;
  transition: all 0.2s ease-in-out;
  left: -92px;
}
.working-block-style2::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  width: 1px;
  background: var(--theme-color1);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  left: -92px;
}
.working-block-style2 .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  .working-block-style2 .head {
    align-items: center;
  }
}
.working-block-style2 .head .image {
  width: 150px;
  height: 150px;
}
.working-block-style2 .head .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.working-block-style2 .head .working-count {
  font-size: 120px;
  font-weight: 500;
  line-height: 1;
  background: linear-gradient(0deg, rgba(21, 21, 21, 0.2) 5.71%, rgba(136, 255, 42, 0.2) 99.78%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 575.98px) {
  .working-block-style2 .head .working-count {
    font-size: 90px;
  }
}
.working-block-style2 .content {
  padding-top: 40px;
}
.working-block-style2 .content .working-title {
  padding-bottom: 10px;
  margin: 0;
  color: #fff;
}
.working-block-style2 .content .working-details {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 20px;
  color: rgba(255, 255, 255, 0.6);
}
.working-block-style2 .content .working-details li {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  font-weight: 400;
  letter-spacing: -0.32px;
}
.working-block-style2 .content .working-details li i {
  color: var(--theme-color1);
  padding-right: 10px;
}
.working-block-style2:hover {
  background: radial-gradient(196.16% 133.29% at 100% 98.08%, #222b1c 0%, #151515 55.18%);
}
.working-block-style2:hover::after {
  opacity: 1;
}

.working-block:last-child .working-block-style2::before {
  height: 100%;
}