.info_block {
    position: relative;
    padding: 110px 0 140px;
    background: linear-gradient(180.2deg, rgba(234, 234, 234, 0) -0.94%, #EAEAEA 11.65%, #EAEAEA 53.11%, #EAEAEA 89.32%, rgba(234, 234, 234, 0) 99.82%);
}
.info_block:before {
    position: absolute;
    content: '';
    top: -250px;
    left: 0;
    width: 100%;
    height: 500px;
    background-repeat: repeat-x;
    background-position: center;
    background-size: contain;
    background-image: url(/wp-content/themes/iharmoni/assets/images/blurline.png);
}
.info_block_square {
    position: absolute;
    content: '';
    top: 49%;
    left: 0;
    transform: translate(0, -51%);
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(100% - 100px);
    height: 580px;
    background-color: #890600;
    box-shadow: 0px 20px 40px rgb(30 55 83 / 20%);

}
.info_block_block {
    position: relative;
}
.info_block_content {
    display: flex;
    max-width: calc(1440px - 25px);
    margin: 0 auto;
}
.info_block_list {
    background: #1E3753;
    padding: 48px 48px 48px 68px;
    max-width: 584px;
    box-shadow: 0px 20px 40px rgb(30 55 83 / 20%);

}
.info_block_title,
.info_block_subtitle {
    font-family: Poster Gothic ATF;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 140%;
    text-transform: uppercase;
    color: #FFFFFF;
}
.info_block_subtitle {
    font-weight: 300;
}
.info_block_item-title {
    font-family: Poster Gothic ATF;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.07em;
    color: #008FF8;
    margin: 12px 0px;
}
.info_block_item-text {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: #FFFFFF;
    opacity: 0.64;
    margin: 16px 0px;
}
.info_block_img {
    margin-right: -30px;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
}
.info_block_items {
    margin-top: 30px;
}
@media only screen and (min-width: 1441px) {
    .info_block_img {
        flex: 0 0 55%;
    }
    .info_block_img img {
        width: 100%;
    }
    .info_block_list {
        max-width: 660px;
    }
}
@media only screen and (max-width: 1440px) {
    .info_block_content {
        max-width: calc(1440px - 130px);
    }
}

@media only screen and (max-width: 1024px) {
    .info_block_img img {
        max-width: 450px;
    }
    .info_block {
        position: relative;
        padding: 70px 0 70px;
    }

    .info_block_content {
        flex-direction: column;
        padding: 0 1rem;
        align-items: center;
    }
    .info_block_img {
        margin-right: 0px;
        position: relative;
        display: flex;
        align-items: center;
        z-index: 2;
        margin-bottom: -28px;
    }
    .info_block_list {
        max-width: initial;
    }
    .info_block_img img {
        max-width: inherit;
    }
}
@media only screen and (max-width: 768px) {
    .info_block_square {
        top: 27%;
        width: calc(100% - 0px);
        height: 414px;
    }
    .info_block_content {
        flex-direction: column;
        padding: 0 1rem;
        align-items: center;
    }
    .info_block_img {
        margin-right: 0px;
        position: relative;
        display: flex;
        align-items: center;
        z-index: 2;
        margin-bottom: -28px;
    }
    .info_block_list {
        max-width: initial;
    }
    .info_block_img img {
        max-width: inherit;
    }
    .info_block:before {
        background-repeat: no-repeat;
    }
}
@media only screen and (max-width: 576px) {
    .info_block {
        padding: 50px 0 30px
    }
    .info_block_img img {
        max-width: 295px;
    }
    .info_block_title, .info_block_subtitle {
        font-size: 22px;
    }
    .info_block_list {
        padding: 48px 24px 48px 24px;
    }
    .info_block_item-title {
        font-size: 18px;
        font-weight: 500;
    }

}