.tmm {
    .flex {
        display: flex;
    }

    .text-center {
        text-align: center;
    }

    .trm-divider {
        width: 1px;
        background: var(--color-base-200);
    }
}
