body {
  font-family: Heebo,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  padding-top: 60px;
}

@media only screen and (min-width: 40.063em){
  body {
    font-size: 16px;
  }
}

h1 {
  font-weight: 700;
  margin: 0 0 1em;
  padding: 0;
  font-size: 2em;
  line-height: 1.2;
}

.the-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 50em;
  margin: 0 auto;
}

.content p {
  line-height: 1.7;
  margin-bottom: 1em;
}

a, a:hover {
  text-decoration: none;
  color: #f8c400;
}