#simple .title {
  font-size: 52px;
  line-height: 1em;
}

#simple .text {
  font-size: 22px;
  line-height: 33px;
}

@media screen and (max-width: 768px ) {
  #simple {
    margin: 42px 0 49px 0;
  }

  #simple .title {
    font-size: 40px;
    margin-bottom: 4px;
  }

  #simple .text {
    font-size: 18px;
    line-height: 24px;
    max-width: 310px;
  }

  #simple .text br {
    display: none;
  }
}