.upr-txt {
  text-align: center;
  margin-bottom: 3rem;
}

.step-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.step-nr {
  aspect-ratio: 1/1;
  width: 150px;
  background: #EC3A3D;
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 20px solid #fff;
}

.stp-sct {
  position: relative;
  z-index: 2;
}

.stp-sct::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 70%;
  height: 2px;
  background: #68A0D1;
  top: 30%;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 768px) {
   .stp-sct::before {
      display: none;
     {
}