h3 {
  margin: 25px 0 20px;
  font-size: 32px;
}
  h3:first-child {
    margin-top: 0;
  }
  h3:last-child {
  	margin-bottom: 0;
  }