.StepRow__layoutD .StepRow__content {
  display: block !important;
  flex-wrap: wrap;
  justify-content: space-between;
}

.StepRow__layoutD .StepRow__block {
  width: 26.4% !important;
}


.line {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .StepRow__layoutD .StepRow__block {
    width: 60% !important;
  }

}