@media screen and (min-width: 300px) and (max-width: 500px){
  .welcome_heading h2:before{
    margin-top: 1em !important;
    display: none;
  }
  .simple{
    font-size: 18px !important;
  }
  .welcome_heading p{
  	    text-align: inherit;
  }
  .adress_about{
  	margin-left: 0em !important;
  }
  .email_about{
  	margin-left: 0em !important;
  }
  .email_abouttwo{
  	margin-left: 3.3em !important;
  }
  .conatct_num{
  	margin-left: 0em !important;
  }
  .contactone{
  	    margin-left: 5em !important;
  }
  .contacttwo{
  	margin-left: 0em!important;
  }
  .contactthree{
  	margin-left: 4em !important;
  }
  /*.dropdown{
    display: none; 
  }*/
}