.operator-selection>.title {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1a1a1a;
}
.operator-selection {
    max-width: 378px;
    margin: 0 auto;
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.selector {
    flex-direction: column;
    gap: 10px;
    display: flex;
    align-items: center;
}
.cus-button {
    width: 320px;
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 1px;
    border: none;
    outline: none;
    text-transform: uppercase;
    padding: 20px 0;
    color: #fff;
    border-radius: 8px;
    order: 2;
    background: linear-gradient(180deg, #60d637 0, #65bb3d 100%);
    cursor: pointer;
}