/* Keep the five process rows aligned with the complete heading block. */
@media (min-width: 1024px) {
  [data-process-kind="solutions"] > .grid > .border-t {
    display: grid;
    grid-template-rows: repeat(5, minmax(0, 1fr));
    align-self: stretch;
  }
  [data-process-kind="solutions"] > .grid > .border-t > .grid {
    align-items: center;
    padding-block: 20px;
  }
}
