.factry-work-block {
  position: relative;
}





.factry-work-block .bg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.factry-work-block .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.factry-work-block .process-wrapper-about {
  position: relative;
  z-index: 1;
}

.factry-work-block .process-wrapper-about .section-title {
  text-align: center;
}


.factry-work-block .process-wrapper-about .section-title .sub-title-one {
  margin-top: 1px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
}



.factry-work-block .process-wrapper-about .section-title .sub-title-one.text-theme {
  color: var(--color-primary);
}
.factry-work-block .process-wrapper-about .section-title{
   margin-bottom: 25px;
}
.factry-work-block .process-wrapper-about .section-title .section-title-one {
  margin-bottom: 10px;
}

.factry-work-block .process-wrapper-about .section-title .section-title-one span {
  color: var(--color-primary);
}



@media only screen and (max-width: 1200px) {
  .factry-work-block .process-wrapper-about {
    margin-bottom: 0;
  }
}

.factry-work-block .single-process-box {
    background: #fff;
    padding: 0 20px;
  position: relative;
  z-index: 1;
}

.factry-work-block .single-process-box .star-icon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.factry-work-block .single-process-box .tag {
  color: white;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  background: var(--color-primary);
  padding: 12px 16px 12px 20px;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 1;
  border-radius: 40px 0 0 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.factry-work-block .single-process-box .icon {
  background: rgba(232, 17, 43, 0.1);
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.factry-work-block .single-process-box .single-box-title {
  font-size: 20px;
  margin-top: 22px;
  margin-bottom: 8px;
  font-weight: 600;
  color: #000;
}



.factry-work-block .single-process-box p {
  font-weight: 400;

}




@media only screen and (max-width: 991px) {
  .factry-work-block .single-process-box {
    padding: 20px;
  }
  .factry-work-block .single-process-box .single-box-title {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0px;

}
.factry-work-block .single-process-box p{
  font-size: 14px;
  line-height: 1.4;
}
}