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

.totals > * {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .totals > * {
    font-size: 2.2rem;
  }
}

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

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