#application-section h1{
  text-align: center;
  font-weight: bold;
  padding: 7% 0 5% 0;
}

#application-section h2{
  text-align: center;
  font-weight: bold;
  padding: 2% 0 2% 0;
}

#application-section p{
  font-size: 1.1rem;
  font-weight: 700;
}

#application-section ol{
  font-size: 1.1rem;
  font-weight: 700;
}

#application-section a{
  text-decoration: none;
}

#application-section a:hover{
  color:	#ba002b;
}

#application-section .btn{
  margin: 2% 0 2% 38%;
}

@media (max-width: 1028px) {
  #application-section .btn{
    margin: 2% 0 2% 10%;
  }
}
