

/* Start:/local/components/international/box/templates/cis/style.css?1764758929652*/
.cis__text ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cis__text ul li {
    flex: 0 0 auto;
    position: relative;
    padding-left: 12px;
}

.cis__text ul li::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #3D61F3;
}

@media screen and (min-width: 768px) {
    .cis__text ul {
        gap: 16px;
    }

    .cis__text ul li {
        padding-left: 14px;
    }

    .cis__text ul li::before {
        top: 11px;
        width: 6px;
        height: 6px;
    }
}
/* End */
/* /local/components/international/box/templates/cis/style.css?1764758929652 */
