@media only screen and (max-width: 768px) { .learn-more { grid-template-columns: 1fr; }}
@media only screen and (max-width: 768px) { .learn-more { grid-template-columns: 1fr; }}
My problem is that only the first 2 elements of the grid get some extra space at the bottom idk from where, but the rest of the elements fit perfectly like the third element in the pic