#referral-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  padding: 3%;
}

#referal-section ol {
  list-style-type: decimal;
}

#referral-instructions {
  line-height: 1.6;
}

@media (max-width: 768px) {
  #referral-instructions {
    padding: 3% 8%;
  }
}