.totals {
  display: flex;
}

.totals p,
.totals h2{
  font-size: 1.6rem;
  margin: 0;
}

.totals * {
  line-height: 1;
}

.totals__total {
  margin-top: .5rem;
}

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

.totals__price-with-tax {
 text-align: right; 
}