.text-block {
  width: 70%;
}

@media (max-width: 600px) {
  .text-block {
    width: 100%;
  }
}