.container h1, .container h3 {
  color:white;
}

section {
  margin-bottom:50px;
}
section:last-child {
  text-align:center;
}
section:last-child a:hover {
  text-decoration: underline;
}
section:last-child a {
  display: inline-block;
  margin: 0 auto;
  text-decoration: none;
  color: white;
  border: 1px solid white;
  border-radius: 200px;
  padding: 16px 30px;
  background: white;
  color: #2c2d31;
  font-size: 19px;
  font-family: 'casta-medium';
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}


section:nth-child(2){
  border-top: 1px solid white;
  padding-top: 30px;
  position: relative;
}

section:nth-child(2):after {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 1px;
  background: white;
}

section:nth-child(2) .span-6 {
  padding:0px 30px;
}

@media screen and (max-width:900px){
  section:nth-child(2):after {
    display:none;
  }
}
