.row {
  margin-bottom: 15px;
  padding-top: 10px;
  display: flex;
}

.step {
  width: 25%;
  padding: 0 15px 0 15px;
}

.step-title {
  display: flex;
  justify-content: center;
  font-size: 13pt;
  font-weight: bold;
}

.step p {
  padding: 0 5px 5px 5px;
  color: #333;
}