.section__view {
    display: flex
;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-width: 110px;
    padding: 0 10px;
    height: 40px;
    border-radius: 8px;
    color: var(--tf-tc);
    background: radial-gradient(92.31% 100% at 53.85% 0%, rgba(170, 155, 174, 0.12) 0%, rgba(99, 80, 99, 0.12) 100%);
    /* border: 1px solid var(--tf-border); */
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}