@media screen and (min-width: 768px) {

    .secretslist{
        display:grid;
        grid-template-columns: 33% 33% 33%;
    }
}