.button-ui {
    padding: 12px 20px;
    background: #fff;
    border-radius: 10px;
    width: max-content;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid var(--green);
    white-space: nowrap;
}
