@media(max-width:768px){

    .brand-name{

        font-size:2.2rem;

    }

    .categories{

        grid-template-columns:1fr;

    }

}