/* Hero call-to-action buttons */
.hero-cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

/* Projects overview cards */
.project-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.project-card .card-content {
    flex-grow: 1;
}

.project-summary {
    margin-top: 0.5rem;
    text-align: center;
}
