  .apply-steps-wrapper{
  
}

.apply-step{
  margin: 2em auto 2em auto;
  width: 65%;
  border: 2px solid #003366;
}
.apply-step-header{
  display: grid;
  grid-template-columns: 15% 85%;
  border-bottom: 2px solid #003366;
}
.apply-step-number{
  background-color: #003366;
  color: white;
  float: left;
  font-size: 4em;
  text-align: center;
}

.apply-step-title{
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.apply-step-title h3{
  color: #003366;
  margin: 0;
  padding-left: 1.25em;
}

@media only screen and (max-width: 600px) {
  .apply-step-title h3{
    color: #003366;
    margin: 0;
    padding-left: 0;
  }
}

.apply-step-content{
  padding: 2em;
  }