.BackNav {
    align-items: center;
    display: flex;
    font-weight: 500;
    margin-bottom: 16px;
    text-transform: uppercase;

    .ArrowLeft {
        fill: var(--blue);
    }
}
