.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-style5 .inner-block {
  padding-right: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.102);
  transition: all 300ms ease;
}
.working-block-style5 .inner-block.active .content.active {
  display: block;
}
.working-block-style5 .inner-block .title-box {
  display: flex;
  align-items: center;
  gap: 29px;
  padding: 29px 0;
  cursor: pointer;
}
.working-block-style5 .inner-block .title-box .icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}
.working-block-style5 .inner-block .title-box .working-title {
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
}
.working-block-style5 .inner-block .content {
  position: relative;
  display: none;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.working-block-style5 .inner-block .content .text {
  font-weight: 500;
  line-height: 1.5;
  padding: 0px 0 25px;
}

.isotope-item:nth-child(2) .working-block-style3 .inner-block .step {
  background-color: #C936E5;
  color: #fff;
}

.isotope-item:nth-child(3) .working-block-style3 .inner-block .step {
  background-color: #B5F061;
  color: #000002;
}

.isotope-item:nth-child(4) .working-block-style3 .inner-block .step {
  background-color: #FFAD3E;
  color: #000002;
}

.isotope-item:last-child .working-block-style3 .inner-block .shape-1 {
  display: none;
}