.partner {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 12px 16px;
    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: 1.6px solid rgba(255, 253, 240, 0.02);
    box-shadow: inset 0px 4px 12px rgba(72, 69, 87, 0.24);
    border-radius: 16px;
    border-radius: 8px;
    overflow: hidden;
    /* background-color: var(--tf-bg2); */
    min-height: 96px;
    /* border: 1px solid var(--tf-border); */
}