.list_code_blocks  ol > li {
    margin-bottom: 20px;
}

.list_style ul {
    margin: 0 auto 16px;
    list-style: none;
}

.list_style ul li {
    padding-left: 16px;
    position: relative;
}

.list_style ul li::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #00ADE6;
    left: 0;
    top: 9px;
}

.list_code_blocks p {
    margin-bottom: 20px;
}
/*.list_code_blocks p + .code_item {*/
/*    margin-top: -20px;*/
/*}*/
