.uniq-what-we-do_iconcircle {
    width: 195px;
    height: 195px;
    border-radius: 100%;
    background: #0e0e0e;
    box-shadow: 0px 0px 0px 1px #ccc;
    border: 10px solid #f2f0f0;
    position: absolute;
    left: 135px;
    top: 75px;
    z-index: 1;
}
.uniq-what-we-do_iconcircle img {
    width: 85px;
    margin: 25% auto;
    display: block;
}
.left__block .uniq-what-we-do_iconcircle { 
    left: unset;
    right: 135px;
}

.bg-green{
    background:  #22C48A;
 }
 .bg-blue{
     background-color: #49A0AE;
 }
 .bg-orange{
     background-color: #FCB84B;
 }

@media (max-width: 600px) {
    .uniq-what-we-do_iconcircle {
        left: -14px;
        top: 65px;
        width: 170px;
        height: 170px;
    }
    .left__block .uniq-what-we-do_iconcircle {
        /* left: unset;
        right: 173px; */
        right: -14px;
        left: unset;
    }
}
@media (width: 1024px) {
    .uniq-what-we-do_iconcircle {
        left: -15px;
    }
    .left__block .uniq-what-we-do_iconcircle {
        left: unset;
        right: 2px;
    }

}

@media screen and (min-width: 1220px) and (max-width: 1399px) {
    .uniq-what-we-do_iconcircle {
        left: 76px;
    }
    .left__block .uniq-what-we-do_iconcircle {
        left: unset;
        right: 87px;
    }
}