.step-wrapper{
  margin-bottom: 64px;
}

span.step-num {
    width: 55px;
    height: 55px;
    display: block;
    background: #33475B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    border: 5px solid var(--primary-color);
    margin-right: 20px;
}

.step-title {
  display: flex;
  margin-bottom: 24px;
  align-items: baseline
}

.step-title p {
  margin-bottom: 5px;
}


.step-title h4 {
  font-size: 22px;
  line-height: 120%;
  margin-bottom: 5px;
}

span.step-content {
    width: calc(100% - 75px);
}


@media (max-width: 767px) { 
.step-title {
  align-items: flex-start; 
  }
}
}