﻿.digitalAccountSection {
    background-color: var(--Calacatta-Marble-Light-Divider);
    padding: 0px 26px 0px 26px;
    display: grid;
    align-items: center;
    height: 120px;
}

.newBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4px 24px;
    background: var(--Singapura-Red);
}

.newLabel {
    font-family: var(--font-family-noto_sans);
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--Pillowcase);
}

.digitalAccountBox {
    text-align: center;
}
