@media(max-width:992px){

.hero-container{

flex-direction:column;

}

nav{

display:none;

}

.hero h1{

font-size:42px;

}

}