@media(min-width:1024px){
  
  
      .ourstory:before {
        content: "";
        position: absolute;
        bottom: 55%;
        right: -2%;
        background-image: url(/images/00-Minimari/home/css.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 20vw;
        height: 20vw;
    }
  
  .vismision:before {
    content: "";
    position: absolute;
    bottom: 85%;
    right: 92%;
    background-image: url(/images/00-Minimari/home/css.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 17vw;
    height: 17vw;
    z-index: -155 !important;
}

.teammember:before {
    content: "";
    position: absolute;
    bottom: -5%;
    right: 78%;
    background-image: url(/images/00-Minimari/home/css.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 22vw;
    height: 22vw;
}
.servicesss:before {
    content: "";
    position: absolute;
    bottom: 15%;
    right: -2%;
    background-image: url(/images/00-Minimari/home/css.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 22vw;
    height: 22vw;
}
}