.totals {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.totals > * {
  font-size: 1.6rem;
  margin: 0;
}

.totals > h2 {
  font-family: var(--font-jha-times-now);
  font-style: italic;
}

.totals > * + * {
  margin-left: 2rem;
}

.totals__subtotal-value {
  font-size: var(--font-size-md);
  font-family: var(--font-jha-times-now);
  font-style: italic;
}

.cart__ctas + .totals {
  margin-top: 2rem;
}

@media all and (min-width: 750px) {
  .totals {
    justify-content: flex-end;
  }
}
