/*.steps-wrapper {
  margin: 20px auto;
}*/

.step__content span {
  opacity; 0;
}

.steps-wrapper__vertical {
  max-width: 600px;
}

.steps-title > * {
  font-size: 16px;
  margin: 0;
}

.step-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.step-list__horizontal {
  flex-direction: row;
}

.step-list__horizontal .step {
  margin: 0;
}

.step-list__horizontal .step:first-child {
  margin-left: 0;
}

.step-list__horizontal .step:last-child {
  margin-right: 0;
}

.step-list__vertical {
  flex-direction: column;
}

.step-list__vertical .step {
    margin: 10px 0;
}

.step {
  color: #000000;
  display: flex;
  margin: 0;
  overflow: hidden;
}

.step__prefix {
  align-items: flex-start;
  background-repeat: no-repeat;
  background-position: center center;
  box-sizing: border-box;
  color: inherit;
  display: flex;
/*   height: inherit; */
  justify-content: center;
  padding: 0 10px;
}

.step__prefix > * {
  font-size: 32px;
  line-height: 1.2;
  margin: 0;
  width: 100%;
}

.step__content {
  align-items: flex-start;
  background-repeat: repeat-x;
  background-position: center center;
  box-sizing: border-box;
  color: inherit;
  display: flex;
/*   height: inherit; */
  justify-content: flex-start;  
  padding: 0;
}

.step__content > * {
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
  width: 100%;
}


/*.step__prefix {
    width: unset !important;
}*/
.step__prefix span{
     font-size: 18px;
    
}
.step{
    margin: -15px 0 !important;
}
.step-list {
    padding-top: 5%;
    width: 101%;
}
