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

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

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

@media all and (min-width: 1025px) {
  .totals {
    justify-content: space-between;
  }
}
