.totals {display:flex; justify-content:flex-start; align-items:flex-end; font-size:var(--fs0); text-transform:uppercase;}
.totals > * {display:inline-block; margin:0;}
.totals > h2 {flex-basis:16rem;}
.totals > p {flex-basis:calc(100% - 16rem); font-size:var(--fs1);}
.totals > p.totals__total-value {font-weight:500;}


@media screen and (min-width:1px) and (max-width:520px) {
    .totals > h2 {flex-basis:12rem;}
    .totals > p {flex-basis:calc(100% - 12rem);}
}