.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 .single-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 26px 30px;
  background-color: var(--theme-color-white);
  border-radius: 20px;
  margin-top: 24px;
}
@media (max-width: 767.98px) {
  .working-block-style2 .single-item {
    flex-direction: column;
    gap: 30px;
  }
}
.working-block-style2 .single-item .head {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767.98px) {
  .working-block-style2 .single-item .head {
    flex-direction: column;
  }
}
.working-block-style2 .single-item .icon {
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  width: 70px;
  height: 70px;
  border-radius: 10px;
}
.working-block-style2 .single-item .icon i {
  font-size: 45px;
}
.working-block-style2 .single-item .icon.style-1 {
  background-color: #edf0fd;
  color: var(--theme-color1);
}
.working-block-style2 .single-item .icon.style-2 {
  background-color: #ebfbf3;
  color: #21d37e;
}
.working-block-style2 .single-item .icon.style-3 {
  background-color: #fff8f0;
  color: #ff9548;
}
.working-block-style2 .single-item .icon.style-4 {
  background-color: #fdf3f9;
  color: #e23ea1;
}
.working-block-style2 .single-item .working-title {
  color: var(--theme-color3);
  text-align: center;
  margin: 0;
}
.working-block-style2 .single-item .step-btn {
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  padding: 1px 14px;
  border-radius: 38px;
  text-transform: capitalize;
}
.working-block-style2 .single-item .step-btn.style-1 {
  background-color: #edf0fd;
  color: var(--theme-color1);
}
.working-block-style2 .single-item .step-btn.style-2 {
  background-color: #ebfbf3;
  color: #21d37e;
}
.working-block-style2 .single-item .step-btn.style-3 {
  background-color: #fff8f0;
  color: #ff9548;
}
.working-block-style2 .single-item .step-btn.style-4 {
  background-color: #fdf3f9;
  color: #e23ea1;
}
.working-block-style2 .single-item .arrow-icon {
  position: absolute;
  position: absolute;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  width: 40px;
  height: 40px;
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
  z-index: 2;
}
.working-block-style2 .single-item .arrow-icon i {
  rotate: 90deg;
}

.isotope-item:last-child .working-block-style2 .arrow-icon {
  display: none;
}