.text-columns{
  line-height: 1.2em;
}
.text-column-rows > .header,
.text-column-rows > h1{
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 1em;
}

.text-column-rows > .header p{
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .text-columns{
    display: grid;
    grid-template-columns: calc(100vw/16 * 5) calc(100vw/16 * 5) calc(100vw/16 * 5);
  }
.text-columns .text{
    padding-left: calc(var(--margin-normal) * 2);
    line-height: 1.1em;
    letter-spacing: -0.01em;
  }
}
