* {
  box-sizing: inherit;
}

a {
  display: inline;
  color: #00E676;
  cursor: pointer;
  text-decoration: none;
}

ul {
  padding-left: 0;
  list-style-type: none;
}

ul>li {
  list-style-type: none;
}

ul, h3, h1 {
  margin: 0
}

.header-grid {
  padding: 136px 0 38px;
}

.links a {
  margin: 0 22px;
}

.header-grid h1 {
  text-align: center;
  font-size: 56px;
  font-weight: 500;
  line-height: 64px;
}

.header-grid-child {
  grid-column-end: span 8;
  grid-column-start: 3;
}

.links {
  font-family: Roboto,Arial,sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .25px;
  line-height: 20px;
  margin-bottom: 80px;
  text-align: center;
}

@media (max-width: 767px) {
  .header-grid {
    display: block;
    margin: 0 24px;
    padding: 65px 0 60px;
  }

  .links {
    margin-bottom: 20px;
  }

  .links a {
    display: block;
    margin-bottom: 12px;
  }

  .header-grid h1 {
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
  }

  .faq-container {
    display: block;
    margin: 0 24px;
  }
}

@media (min-width: 600px) {
  .header-grid {
    display: grid;
    grid-auto-flow: row;
    grid-column-gap: 4.28571%;
    grid-row-gap: 48px;
    grid-template-columns: repeat(12,1fr);
    margin: 0 40px;
  }

  .faq-container {
    display: grid;
    grid-auto-flow: row;
    grid-column-gap: 4.28571%;
    grid-row-gap: 48px;
    grid-template-columns: repeat(12,1fr);
    margin: 0 40px;
  }
}

.section {
  grid-column-end: span 6;
}

.section-header {
  padding: 44px 0 24px;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
}

@media (max-width: 780px) {
  .section-header {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }

  .header-grid {
    padding: 85px 0 60px;
  }
}

.question {
  border-top: 1px solid #353535;
  padding: 22px 0;
}

.question-header {
  outline: none;
  padding: 16px 0;
  font-size: 16px;
  letter-spacing: .1px;
  line-height: 24px;
  font-weight: bold;
  text-decoration: none;
}

.question-body {
  padding-bottom: 16px;
  line-height: 24px;
}

#email-form {
  margin-top: 25px;
}