#body .title {
  line-height: 1.35;
  font-size: 50px;
}
#body h2 {
  margin-top: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #body .title {
    font-size: 32px;
  }
}
