* {
  font-size: 22px;
}
@media screen and (max-width: 600px) {
  * {
    font-size: 18px;
  }
}

section {
  opacity: 0;
  padding: 5rem 1rem;
  max-width: 1200px;
}
@media screen and (max-width: 500px) {
  section {
    padding: 2rem 1rem;
  }
}

#press {
  padding: 6rem 1rem;
  margin-bottom: 3rem;
}
#press h1 {
  margin: 0 auto;
  margin-bottom: 2rem;
}
#press h2 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  width: 100%;
  text-transform: uppercase;
}
#press span {
  width: 100%;
  display: block;
  padding: 0.25rem 0 0.25rem 0;
  border-bottom: 0px dotted #ddd;
}
@media screen and (max-width: 500px) {
  #press {
    padding: 6rem 1rem 0;
  }
}

/*# sourceMappingURL=press.css.map */
