.step-sec-content-main .col-lg-3 {
  border-right: 1px dashed rgb(255, 255, 255, 0.2);
}

.step-sec-content-main .col-lg-3:nth-child(4) {
  border-right: unset;
}

.step-sec-content-main {
  padding: 75px 50px 67px 50px;
  background-color: var(--green-color);
  border-radius: 20px;
  border: 1px dashed rgb(255, 255, 255, 0.2);
  margin-top: -80px;
  position: relative;
  z-index: 1;
}

.step-sec-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.step-sec-content .icon-vector {
  width: 70px;
  height: 70px;
  background-color: var(--yellow-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.step-sec-content h5 {
  margin-top: 25px;
  font-weight: 600;
  color: var(--white-color);
  font-size: 18px;
  text-align: center;
}

.step-sec-content p {
  margin-top: 18px;
  font-weight: 400;
  color: var(--white-color);
  font-size: 15px;
  text-align: center;
}
