.firsthead{
   display:flex;
   padding-top:1em;
   padding-bottom:1em;
   padding-left:0;
   padding-right:0;
}

.item{
   flex:1;
   padding:1em;
   
}
.headline h2{
   font-size: 50px;
}
.headline span {
   	font-family: 'Montserrat',
   	sans-serif !important;
   font-size: 25px;
}

h1{
   font-family: helvetica; 
}

 h1{
   font-size: 32px;
}

.welcome-important-head{
    margin-top:15px;
    margin-bottom:15px;
}




@media screen and (max-width:1000px){
   .firsthead{
      flex-flow:column wrap;
   }
   
   .btn_Registernow{
     margin-right: auto;
   }



   /* .secondhead h1 {
      font-size: 40px;
   } */
}

@media screen and (max-width:500px)

{

   h1 {
      font-size: 28px;
   }
   /* .secondhead h1 {
      font-size: 35px;
   } */
}