.text-block {
  display: flex;
  padding: 3.5rem 1.5rem;
}

.text-block.alignment-left {
  justify-content: flex-start;
}

.text-block.alignment-center {
  justify-content: center;
}

.text-block.alignment-right {
  justify-content: flex-end;
}

.text-block__container {
  width: 100%;
  max-width: 105rem;
}

.text-block__container * {
  overflow-wrap: break-word;
}

.text-block__container a {
  color: inherit;
  text-decoration-line: underline;
}

@media screen and (min-width: 750px) {
  .text-block {
    padding: 5.5rem 2rem;
  }
}
