#Expenses .totals {
    display: flex;
    justify-content: space-between;
    position: absolute;
    margin-top: -55px;
    width: calc(100% - 300px);
    right: 50px;
    max-width: 500px;
}

#Expenses .totals h5 {
    margin: 0px;
}