.list_diagram {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    position: relative;
    background-attachment: fixed;
}
.list_diagram:before {
    position: absolute;
    content: '';
    top: -250px;
    left: 0;
    width: 100%;
    height: 500px;
    background-repeat: repeat;
    background-position: center;
    background-size: contain;
    background-image: url(/wp-content/themes/iharmoni/assets/images/blurline.png);
    /*background-image: url("data:image/svg+xml,%3Csvg width='1440' height='1077' viewBox='0 0 1440 1077' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_331_483)'%3E%3Crect width='2144' height='577' transform='matrix(1 0 0 -1 -352 827)' fill='url(%23paint0_linear_331_483)'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_331_483' x='-602' y='0' width='2644' height='1077' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='125' result='effect1_foregroundBlur_331_483'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_331_483' x1='1072' y1='0' x2='1072' y2='577' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23D5E1E7'/%3E%3Cstop offset='1' stop-color='%23DFE5E8'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");*/
}
.list_diagram_block {
    position: relative;
    z-index: 1;
}
.list_diagram_row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.list_diagram_list,
.list_diagram_diagram {
    flex: 0 0 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.list_diagram_list {
    padding: 90px 0 40px 40px;
}
.list_diagram_img img {
    width: 100%;
    max-width: 530px;
    max-height: 530px;
}
.list_diagram_titles {
    margin-bottom: -50px;
}
.list_diagram_title,
.list_diagram_subtitle {
    font-family: Poster Gothic ATF;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 130%;
    text-transform: uppercase;
    color: #1E3753;
}
.list_diagram_subtitle {
    font-weight: 300;
}
.list_diagram_list:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #008FF8;
    width: 2px;
    height: 75%;
}
.list_diagram_list:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #008FF8;
    width: 100%;
    height: 2px;
}
.list_diagram_diagram:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #008FF8;
    width: 2px;
    height: 90%;
}
.list_diagram_diagram:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #008FF8;
    width: 100%;
    height: 2px;
}
.list_diagram_parrent-title {
    display: flex;
    align-items: center;
}
.list_diagram_parrent-squre {
    width: 29px;
    height: 29px;
    margin-right: 24px;
}
.list_diagram_parrent-title span {
    font-family: Poster Gothic ATF;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    color: #1E3753;
}
.list_section {
    padding-left: 53px;
}
.list_diagram_parrent {
    margin-bottom: 40px;
}
.list_diagram_parrent:last-child {
    margin-bottom: 0px;
}
.list_section_item {
    font-family: Poster Gothic ATF;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
    color: #0A0A0A;
    opacity: 0.72;
    position: relative;
    padding-left: 15px;
}
.list_section_item:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 2px;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: cover;
    width: 5px;
    height: 5px;
    border-radius: 20px;
    background-color: #0A0A0A;
    opacity: 0.72;
}

@media only screen and (max-width: 1024px) {
    .list_diagram_diagram:after {
        width: 80%;
    }
}
@media only screen and (max-width: 768px) {
    .list_diagram_titles {
        margin-bottom: -20px;
        text-align: center;
    }
    .list_diagram_diagram:before,
    .list_diagram_diagram:after {
        top: -120px;
    }
    .list_diagram_list:after {
        width: 80%;
        z-index: 2;
    }
    .list_diagram_list:before {
        z-index: 2;
    }
}
@media only screen and (max-width: 576px) {
    .list_diagram_wrapper {
        position: relative;
        z-index: 1;
    }
    .list_diagram_title,
    .list_diagram_subtitle {
        font-size: 22px;
    }
    .list_diagram_diagram:before, .list_diagram_diagram:after {
        top: -75px;
    }
    .list_diagram_parrent-squre {
        width: 16px;
        height: 16px;
        margin-right: 10px;
    }
    .list_diagram_list {
        padding: 0px 0 30px 17px;
    }
    .list_section {
        padding-left: 30px;
    }
    .list_diagram_img img {
        margin-top: 20px;
    }
}