/* Project card title spacing fixes */
.card-content h1 {
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.card-content p.fa-xs {
    margin-top: 0.5rem;
}

/* Hero section logo styling */
.hero-body .subtitle img {
    max-width: 300px;
    height: auto;
    margin-bottom: 1rem;
    border: none;
    box-shadow: none;
}
