.accent-header-wrapper {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    text-align: left;
}

.accent-header-line {
    display: block;
    width: 2px;
    height: 60px;
    background-color: #ea580c;
    flex-shrink: 0;
}

.accent-header-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 20px;
    min-width: 0; /* allows children to not overflow parent widths */
}

.accent-header-num {
    font-family: inherit;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.1;
    color: #e4e4e7;
    margin-bottom: 4px;
    white-space: nowrap;
}

.accent-header-lbl {
    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #a1a1aa;
    white-space: nowrap;
}
