.totals {
  display: grid;
  grid-template-columns: auto auto;
}

.totals > * {
      color: black;
    font-family: helvetica;
    font-weight: 700;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0;
    text-decoration: none !important;
  margin: 0;
}