.text-component {
  background-color: var(--background-color);
  padding: 3rem var(--layout-gutter);
}

.text-component__title {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.text-component--centered-title .text-component__title {
  text-align: center;
}