@media (max-width: 768px) {
    .grid-items{
        display: flex;
        flex-direction: column;
    }
};