@import url("../../assets/stylesheets/style.css");

h1 {
  font-size: 42px;
  line-height: 46px;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 27px;
    line-height: 32px;
  }
}

h2 {
  font-size: 27px;
  line-height: 32px;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

h3 {
  font-size: 21px;
  line-height: 24px;
}

article:first-of-type {
  padding-top: 0;
}

section {
  transform: translate3d(0, 0, 1px);
}