@media (min-width: 1024px) {
.lg\:grid-cols-2 {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
  
.tile--topics {
  margin-bottom: 2rem;
}