.pqcew-process-slider-2 {
        position: relative;
}

.pqcew-process-slider-2::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e7e9eb;
}

.pqcew-process.pqcew-style-2 {
  position: relative;
  display: inline-block;
  padding: 40px 30px;
  border-radius: 24px;
  margin-top: 55px;
  text-align: center;
  background: transparent;
  transition: all 0.3s ease-in-out;
}

.pqcew-process.pqcew-style-2::before,
.pqcew-process.pqcew-style-2::after {
  content: "";
  width: 20px;
  height: 20px;
  clip-path: path("M 0 0 Q 0,20 20,20 L 0 20 Z");
  background: #ffffff;
  position: absolute;
  opacity: 0;
  top: -20px;
  z-index: 9;
  transition: all 0.3s ease-in-out;
}

.pqcew-process.pqcew-style-2::after {
  left: 50%;
}

.pqcew-process.pqcew-style-2::before {
  right: 50%;
  transform: scale(-1, 1);
}

.pqcew-process.pqcew-style-2:hover {
  background: #ffffff;
}

.pqcew-process.pqcew-style-2:hover::before,
.pqcew-process.pqcew-style-2:hover::after {
  opacity: 1;
}

.pqcew-process.pqcew-style-2 .pqcew-step-icon {
  position: relative;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 50%;
  margin-bottom: 24px;
  width: 95px;
  height: 95px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
    transition: all 0.3s ease-in-out;
}

.pqcew-process.pqcew-style-2:hover .pqcew-step-icon { 
    background-color: #F5F5F5;
}

.pqcew-process.pqcew-style-2 .pqcew-step-icon i,
.pqcew-process.pqcew-style-2 .pqcew-step-icon svg {
  font-size: 40px;
  width: 54px;
  height: 54px;
  line-height: 54px;
  color: #282725;
}

.pqcew-process.pqcew-style-2 .pqcew-step-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  background: #feaf06;
  border-radius: 100%;
  border: 6px solid #F5F5F5;
  position: absolute;
  top: -91px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

.pqcew-process.pqcew-style-2 .pqcew-step-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
    font-weight: 600;
    text-align: center;
}

.pqcew-process.pqcew-style-2 .pqcew-step-description {
  margin-bottom: 10px;
  text-align: center;
}

.pqcew-process.pqcew-style-2 .pqcew-step-number .iconbox-counter,
.pqcew-process.pqcew-style-2 .pqcew-step-number span {
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    font-size: 64px;
    line-height: 68px;
    background: linear-gradient(180.22deg, #E7E9EB 41.94%, rgba(231, 233, 235, 0) 90.01%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

@media(max-width:397px) {
    .pqcew-process.pqcew-style-2 { 
        padding: 40px 15px;
    }
}