.title {
  font-size: 32px;
  font-weight: 500;
  line-height: 35px;
  color: #0e0e0e
}
@media (max-width:1023px) {
  .title {
    font-size: 22px;
    line-height: 24px
  }
}