
.step-list {
  list-style-type: none;
  padding: 0;
}

.step-list__item {
  counter-increment: step;
  position: relative;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-bottom: 1.5rem;
  padding-left: 4.5rem;
}

.step-list__item::before {
  content: counter(step, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5625rem;
  line-height: 1.75rem;
  font-weight: 800;
  color: #dfaf2f;
  width: 3rem;
  border-right: 2px solid #f8f9fa;
}

.step-list__item-1 {
  position: relative;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-bottom: 1.5rem;
  padding-left: 4.5rem;
}

.step-list__item-1::before {
   content:  attr(number);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5625rem;
  line-height: 1.75rem;
  font-weight: 800;
  color: #dfaf2f;
  width: 3rem;
  border-right: 2px solid #f8f9fa;
}


.img-text{
    display: flex;
    align-items:center;
    padding-bottom: 10px;
}

.image-size{
    width: 74px;
    padding-right: 7px;
    border-right: 2px solid #f8f9fa;
}


.status-txt{
    padding-left: 15px;
    font-size: 1rem;
    line-height: 1.75rem;
    margin-bottom: 1.5rem;

    width: 80%;
    word-wrap: break-word;      /* IE 5.5-7 */
    white-space: -moz-pre-wrap; /* Firefox 1.0-2.0 */
    white-space: pre-wrap;      /* current browsers */
}



