@media(max-width:768px){


.grid{

grid-template-columns:
1fr;

}



.hero h1{

font-size:30px;

}



.search input{

width:100%;

}


}