:root{
    --nb-total-saving-amount-1-bg: var(--nb-color-gray-100);
    --nb-total-saving-amount-1-title-fs: 16px;
    --nb-total-saving-amount-1-title-fw: var(--nb-font-semibold);
}
.nb-total-saving-amount-1{
    background: var(--nb-total-saving-amount-1-bg);
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;

    .title{
        font-size: var(--nb-total-saving-amount-1-title-fs);
        font-weight: var(--nb-total-saving-amount-1-title-fw);
    }

    .description{
        font-size: 12px;
    }
}