

/* img{



  max-width:100%;

} */

.rwa-section{



    background-color:var(--green);

  }

  .know-more{

    background:var(--light-green);
  }

  section.heros-images-section{

      width: 100%;
      padding: 80px 0px;
  }

  .heros-image-section-header{

    width:100%;
  }

  .heros-image-section-header h2{

    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    text-align: center !important;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 14px;
    color: var(--white);
}

.know-more .btn{

  background:var(--white);
  color:var(--light-green);
  border:1px solid white;
}

.know-more .btn:hover{

  background:var(--light-green);
  color:var(--white);
}

  .hierarhical-main{

    background:var(--white) !important;
  }

  .know-more .benefits .number-1{

    background:var(--green);
  }

  .rwa-info{

  

    display:flex;

    position:relative;

  }

  

  .rwa-left-col{

  

    width:50%;

    padding: 300px 180px 300px 0px;

  }

  .partners .number-1{

      background: var(--green);
  }
  



  .rwa-right-col{



    width: 50%;

    display: flex;

    flex-direction: column;

    justify-content: center;

  }

  

  .rwa-left-col-header h2{

  

    font-style: normal;

    font-weight: 400;

    font-size: 48px;

    line-height: 58px;

    margin-bottom: 40px;

    color: var(--white);

  }

  

  .rwa-left-col-info p{

  

    color:white;

    font-size: 16px;

    font-family:"Itim";

    font-weight:400;

    margin-bottom:2rem;

  }

  

  /* .rwa-img {

    /* position: absolute; */

    /* top: 15%; */

    /* left: 50%; */

/* }  */

  

  .girl-img {

    position: absolute;

    z-index: 99999;

    top: 58%;

    left: 86%;

  }

  

  .rwa-btn{

  

    background-color: var(--light-green);

    border:1px solid var(--light-green);

    color:white;

    margin-top:2rem;

  }

  

  .rwa-btn:hover{

  

    background:var(--green);

    

  }

  

  .benefits{

  

    position:relative;

  }

  

  .benefits-img{

  

    position:absolute;

    top:1%;

    left: -11%;

  }

  

  .benefits-header h2{

  

    font-style: normal;

  font-weight: 400;

  font-size: 48px;

  line-height: 57.6px;

  text-align: center;

  margin-bottom: 72px;

  color: var(--white);

  }

  

  .benefits-content{

  

    display:flex;

    padding-left: 70px;

  }

  

  .benefits-info{

  

      display: flex;

      flex-wrap: wrap;

      justify-content:center;

      width: 100%;

  }

  

  .benefits-1,

  .benefits-2{

  

    display: flex;

    background: var(--white);

    border-top-right-radius: 80px;

    border-bottom-right-radius: 80px;

    border-bottom-left-radius: 80px;

    width:45%;

    margin-bottom:3rem;

    margin-right:2rem;

  }

  

  .number-1{

  

    background: var(--light-green);

      padding: 30px !important;

      height: 50% !important;

      color:white;

    font-size:38px;

    display:flex;

    justify-content:center;

    align-items:center;

  }

  

  .details{

    padding:20px 40px 20px 35px;

  }

  

  .details h3{

  

    font-size:24px;

  }

  

  .details p{

  

    font-size:16px;

  }

  

  .join-us{

  

    display:flex;

    padding:5rem 0rem;

  }

  

  .join-us-header h2{

  

    font-style: normal;

    font-weight: 400;

    font-size: 48px;

    line-height: 57.6px;

    color: var(--white);

  }

  

  .join-us-left{

  

    width:60%;

    display: flex;

    flex-direction: column;

    justify-content: center;

    padding: 150px 180px 300px 0px;

  

  }

  

  .join-us-right{

  

    width:40%;

    /* text-align:right;

    padding-top: 150px; */

    display:flex;

    justify-content:center;

    align-items:center;

  }

  .join-us-info{

    padding: 2rem 0rem;

  }

  .join-us-info p{

    color: #fff;

      font-size: 18px;

  }

  