@media screen and (max-width: 768px) {
  .block {
    font-size: 13px;
    padding: 0 40px 50px;
    margin-top: 35px;
  }
}
