.title {
  line-height: 35px;
}

@media (min-width: 1024px) {
  .title {
    line-height: 70px;
  }
}
