

#history_section
{
  position:relative;
  text-align: justify;
  
}

#vision_section
{
  position:relative;
  left:5vw;    
  text-align: justify;
  
}



/* ============ small devices ============ */
@media screen and (max-width: 900px) 
 {
    #history_heading {font-size: 17px; font-weight: 750;}
    #vision_heading {font-size: 17px; font-weight: 750;}
        
}
/* ============ small devices .end// ============ */



/* ============ desktop view ============ */
@media screen and (min-width: 901px) 
 {
   #history_section {left:5vw; width:80vw; font-size:1.4vw; }
   #vision_section {left:5vw; width:80vw; font-size:1.4vw; }
   #vision_heading {font-size: 30px;}
}
/* ============ desktop view .end// ============ */