.step-number {
  color: #ffd89a;
  font-size: 14px;
  font-weight: 850;
}

.step-grid h3 {
  color: #fffdf7;
  font-size: 30px;
  font-weight: 750;
}

.step-grid p {
  color: #f4efe7;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.65;
}

@media (width <= 780px) {
  .step-grid li {
    min-height: 240px;
  }
}
