.col {
  display: flex;
  width: 50px;
  flex-direction: row;
  & > * {
    flex-grow: 1;
    flex-basis: 1px;
    &:not(:last-child) {
      margin-right: calc(8 * var(--xxs-vw));
    }
  }
  margin: calc(5 * var(--xxs-vh)) 0;
}
