@media (max-width: 900px) {
  html,
  body {
    max-width: 100%;
    overflow-x: clip;
  }

  p,
  .props,
  .thesis,
  li,
  td {
    overflow-wrap: anywhere;
  }
}
