/* Custom CSS to override bottom-a to 3 columns */
.bottom-a-position { /* Replace with the actual class or ID for bottom-a */
  grid-template-columns: repeat(3, 1fr); /* Adjust to 3 columns */
}
