.addi {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.addi:before {
    position: absolute;
    content: '';
    bottom: -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);
}
.addi:after {
    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);
    filter: grayscale(1);
}
.addi_block {
    position: relative;
    z-index: 1;
}
.addi_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}
.addi_title {
    font-family: Poster Gothic ATF;
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 130%;
    text-transform: uppercase;
    color: #1E3753;
    margin: 24px 0px;
}
.addi_text {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: #1E3753;
    margin: 24px 0px;
}

.addi_cards {
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}
.addi_card {
    flex: 0 0 33.333%;
    padding: 0 12px;
    position: relative;
}

.addi_card_title {
    font-family: Poster Gothic ATF;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #008FF8;
    margin: 16px 0px;
}
.addi_card_text {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: #1E3753;
    margin: 16px 0px;
}
.addi_title_text {
    max-width: 650px;
}
@media only screen and (max-width: 992px) {
    .addi_title_text {
        max-width: 100%;
    }
    .addi:after {
        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);
        filter: grayscale(1);
        opacity: 1;
    }
}
@media only screen and (max-width: 576px) {
    .addi {
        background-image: none !important;
    }
    .addi_title {
        font-size: 32px;
    }
    .addi_image img {
        width: 100%;
    }
    .addi_cards {
        flex-direction: column;
        position: relative;
        z-index: 1;
    }
    /*.ad_cards:before {*/
    /*    position: absolute;*/
    /*    content: '';*/
    /*    top: -278px;*/
    /*    left: 0;*/
    /*    width: 100%;*/
    /*    height: 1008px;*/
    /*    background-repeat: no-repeat;*/
    /*    background-size: cover;*/
    /*    background-position: center center;*/
    /*    background-image: url("data:image/svg+xml,%3Csvg width='375' height='1234' viewBox='0 0 375 1234' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_778_6657)'%3E%3Cellipse cx='122.288' cy='617' rx='1554.29' ry='310' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_778_6657' x='-1738.32' y='0.675873' width='3721.22' height='1232.65' 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='153.162' result='effect1_foregroundBlur_778_6657'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");*/
    /*}*/
    .addi_top {
        margin-bottom: 300px;
    }
    .addi_block:after {
        position: absolute;
        content: '';
        top: 400px;
        left: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(/wp-content/uploads/2022/02/Group-3289.png);
        width: 100%;
        height: 570px;
        opacity: .8;
    }
}