.stan-russow-page .bg-diffrenet.realizations-banner::after {
    width: 100%;
    height: 73%;
    bottom: 0;
    background: url('/assets/images/realizations/russow/russow-1-bg.webp');
    background-size: cover;
    background-position: initial;
    
  }

.stan-russow-page .bg-diffrenet.realizations-banner::before {
    width: 100%;
    height: 85%;
    top: 0;
    background-color: #06110B;
  }
  .forest-agri-bg-after{
    display: block;
    z-index: 0;
    position: relative;
  }
  .forest-agri-bg-after::after {
    content: "";
    width: 100%;
    height: 50%;
    background: #103B09;
    display: block;
    position: absolute;
    top: 17%;
    z-index: -1;
  }