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

.totals>* {
  margin: 0;
}

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

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