.cleaning-process-sec .heading-40 {
  text-align: center;
  margin-bottom: 10px;
}

.cleaning-process-sec .heading-40~p {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  font-weight: bold;
  color: #ACACAC;
  margin-bottom: 64px;
  text-align: center;
}

.processcontainer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

.processbx {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 200px;
  position: relative;
}

.processbx:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #E2E2E2;
  top: 40px;
  left: -100px;
}

.processbx:first-child:before {
  display: none;
}

.processbx:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #E2E2E2;
  top: 40px;
  right: -100px
}

.processbx:last-child:after {
  display: none;
}

.processname {
  width: 100%;
  clear: both;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  color: #363636;
  text-align: center;
  font-weight: 800;
  margin: 15px 0 15px 0;
}

.processbx p {
  text-align: center;
  padding: 0;
  height: 98px;
  -webkit-line-clamp: 4;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  margin: 0;
}



@media (max-width: 1900px) {}

@media (max-width: 1440px) {

  .processbx:before {
    width: 50px;
    left: -60px;
  }

  .processbx:after {
    width: 50px;
    right: -60px;
  }


}

@media (max-width: 1200px) {

  .processbx p {
    padding: 0 10px;
  }

  .processbx:before {
    left: -30px;
  }

  .processbx:after {
    right: -30px;
  }

}

@media (max-width: 992px) {

  .processbx:before,
  .processbx:after {
    display: none;
  }

  .processcontainer {
    justify-content: center;
    flex-wrap: wrap;
  }

  .processbx {
    max-width: 33.33%;
  }

  .processbx {
    margin-bottom: 30px;
  }

  .cleaning-process-sec .heading-40~p {
    margin-bottom: 30px;
  }


}

@media (max-width: 768px) {

  .processcontainer.ptag .processbx .processicon {
    max-width: 50px;
  }

}

@media (max-width: 576px) {


  .processbx {
    max-width: 50%;
  }

  .processbx {
    margin-bottom: 15px;
  }

}

@media (max-width: 360px) {}