.cl-switch {
    display: flex;
    cursor: pointer;
    height: 48px;
    /*align-items: baseline;*/
    /*align-content: center;*/
}

.cl-switch .label {
    font-size: inherit;
    width: 100%;
    padding: 0px 8px;
    max-width: 400px;
}


.cl-switch.cl-switch-large .label {
    font-size: inherit;
}

.cl-switch .label {
    font-family: unset;
    align-self: normal;
}

.switcher {
    margin-top: 8px;
}

.label2 {
    /* asdf: center; */
    width: auto;
    margin-left: 8px;
    margin-top: 12px;
}