.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;
}

.tm-sc-working-skin-style4 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: background-image 0.3s ease-in-out;
  -moz-transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tm-sc-working-skin-style4::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: -1;
}

.working-block-style4 {
  display: block;
  position: relative;
  height: 720px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-border-end: 1px solid rgba(255, 255, 255, 0.2);
  border-inline-end: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.working-block-style4 .working-content {
  padding: 60px;
  width: 100%;
  transition: all 0.3s ease;
  transform: translateY(80px);
}
@media (max-width: 991.98px) {
  .working-block-style4 .working-content {
    padding: 30px;
  }
}
.working-block-style4 .working-content .working-count {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.4);
  color: transparent;
  font-size: 100px;
  line-height: 120px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.working-block-style4 .working-content .working-title {
  color: #fff;
}
.working-block-style4 .working-content .working-details {
  margin-top: 20px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.working-block-style4:hover .working-content {
  transform: translate(0);
}
.working-block-style4:hover .working-content .working-count {
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: #fff;
  font-size: 100px;
  line-height: 120px;
  font-weight: 500;
}
.working-block-style4:hover .working-content .working-details {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991.98px) {
  .working-block-style4 {
    height: 500px;
  }
}