@media only screen and (max-width: 1024px) {
    .nscm .thetoper ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        margin: 30px 10px 10px 10px;
    }

    .nscm .thetoper li {
        width: 100%;
    }
    
}
