#hero{
    margin-top: 80px; 
  }
.hero_sec_flex{
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-around;
}

@media (max-width: 767px){
   #hero 
   {
	 margin-top:109px;
	 height: auto;
	 text-align: center;
	 padding-bottom: 0px;
   } 
   .div-center{
		width:105%;
	}
 
}