.section__col--first .img-wrap {
    text-align: right;
}
.section__col--last .img-wrap {
    text-align: left;
}

.img-wrap-inner {
    position: relative;
    display: inline-block;;
}

.img-wrap-inner:before {
    content: '';
    width: 200px;
    height: 200px;
    display: block;
    border-radius: 50%;
    background-color: rgba(var(--primary-color-rgb), 0.2);
    position: absolute;
    z-index: 2;
}

.section__col--first .img-wrap-inner:before {
    left: -60px;
    top: 80px;
}

.dot-grey,
.dot-secondaty-color {
    position: absolute;
    display: inline-block;
}

.dot-grey {
    background: url(../../images/icons/dot-grey.png) repeat 0 0;
    width: 110px;
    height: 60px;
}

.dot-secondaty-color {
    background-image: url(../images/icons/dot-blue1.png);
    background-repeat: repeat;
    background-position: 0 0;
    width: 60px;
    height: 110px;
}

.section__col--first .dot-grey {
    bottom: -26px;
    right: 60px;
}

.section__col--first .dot-secondaty-color {
    left: -30px;
    top: 70px;
    z-index: 4
}

.section__col--last .dot-grey {
    bottom: 80px;
    right: -34px;
    z-index: 4;
}

.section__col--last .dot-secondaty-color {
    left: -25px;
    top: 80px;
    z-index: 4;
}

.section__col--last .img-wrap-inner:before {
    right: -60px;
    bottom: 80px;
}

.img-wrap img {
    border-radius: 16px;
    position: relative;
    z-index: 3;
    max-width: 100%;
    height: auto;
}

@media only screen and (min-width: 992px) {
    .news-img-wrap + .news-img-wrap  {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .news-img-wrap + .news-img-wrap  {
        margin-top: 20px;
    }
    
    .img-wrap .shape,
    .section__col--first .img-wrap,
    .section__col--last .img-wrap {
        text-align: center;
    }
}
