
/*********************Who Div*************************/


  @media(min-width:769px){

.who-div2{
    background-image: url(/storage/imgs/who2.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
  }

  .who-maindiv{

    background-image: url(/storage/imgs/who1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;}

.who-div1{
    height: 100vh;
    text-align: center;
  }
}
  @media(max-width:768px){

    .who-maindiv{
      background-image: url(/storage/imgs/who1.png);
      background-position: center;
      background-repeat: no-repeat;
      background-attachment: fixed;
        background-size: cover;
    }
    .who-div1{
      height: 100vh;
      text-align: left !important;

    }
    .who-div2{
         min-height: 100vh !important;
         background-image: url(/storage/imgs/who2.png);
         background-size: cover;
         background-repeat: no-repeat;
         padding-bottom: 5vh;
        }

   
        .who-title{font-size: 3rem;}

  }