.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-style3 .inner-block {
  border: 1px solid rgb(220, 228, 238);
  border-radius: 30px;
  padding: 34px 40px;
  position: relative;
}
@media (max-width: 575.98px) {
  .working-block-style3 .inner-block {
    padding: 34px 20px;
    text-align: center;
  }
}
.working-block-style3 .inner-block:hover:before {
  opacity: 1;
}
.working-block-style3 .inner-block:hover .title-box .icon {
  background-color: var(--theme-color-white);
}
.working-block-style3 .inner-block:hover .title-box .icon i,
.working-block-style3 .inner-block:hover .title-box .icon img,
.working-block-style3 .inner-block:hover .title-box .icon svg {
  color: var(--theme-color3);
  transform: scaleX(-1);
}
.working-block-style3 .inner-block:hover .image img {
  transform: scale(1.1);
}
.working-block-style3 .inner-block:before {
  background: #e1e7fd;
  border-radius: 30px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: -1;
  transition: all 500ms ease;
}
.working-block-style3 .working-count {
  background-color: var(--theme-color-white);
  border: 1px solid #dce4ee;
  border-radius: 29px;
  color: var(--theme-color2);
  display: inline-block;
  font-weight: 500;
  padding: 0px 13px;
  position: absolute;
  top: -19px;
  left: calc(50% - 43.5px);
  text-transform: capitalize;
}
.working-block-style3 .title-box {
  display: flex;
  align-items: center;
  gap: 72px;
}
@media (max-width: 1199.98px) {
  .working-block-style3 .title-box {
    gap: 25px;
  }
}
@media (max-width: 575.98px) {
  .working-block-style3 .title-box {
    flex-direction: column;
    gap: 20px;
  }
}
.working-block-style3 .title-box .icon {
  width: 86px;
  min-width: 86px;
  height: 86px;
  font-size: 50px;
  line-height: 86px;
  text-align: center;
  border-radius: 15px;
  background-color: #e1e7fd;
  color: var(--theme-color3);
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 500ms ease;
}
.working-block-style3 .title-box .icon i,
.working-block-style3 .title-box .icon img,
.working-block-style3 .title-box .icon svg {
  display: inline-flex;
  transition: all 300ms ease;
}
.working-block-style3 .title-box .icon img,
.working-block-style3 .title-box .icon svg {
  position: relative;
  top: -5px;
}
.working-block-style3 .working-title {
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 575.98px) {
  .working-block-style3 .working-title br {
    display: none;
  }
}
.working-block-style3 .image-box {
  display: flex;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .working-block-style3 .image-box {
    justify-content: normal;
    margin-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .working-block-style3 .image-box {
    justify-content: center;
  }
}
.working-block-style3 .image {
  max-width: 274px;
  max-height: 98px;
  border-radius: 20px;
  overflow: hidden;
}
.working-block-style3 .image img {
  width: 100%;
  height: 100%;
  transition: all 300ms ease;
}
.working-block-style3 .working-details {
  color: #848499;
}
@media (max-width: 1199.98px) {
  .working-block-style3 .working-details {
    margin-top: 20px;
  }
}