
@media(max-width:768px){

.hero-grid,
.footer-grid,
.header-grid{
grid-template-columns:1fr;
}

.premium-nav-menu{
justify-content:center;
}

}
