/* Center projects when there are only 2 cards */
.projects-grid {
    justify-content: center !important;
}

/* Optional: limit max width for better centering */
.projects-grid {
    max-width: 700px !important;
    margin: 0 auto !important;
}