.steps p.h3 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}

@media (min-width: 768px) {
  .steps p.h3 {
    font-size: 22px;
    line-height: 1.36;
  }
}

.steps .h3 {
  margin-top: 10px;
}

.steps h3 {
  margin-bottom: 20px;
}

