/* Certification badges row */
.cert-badges {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}

.cert-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
}

.cert-badges img {
    height: 110px;
    width: auto;
}

/* Round avatar */
#banner-home-img {
    border-radius: 50% !important;
    object-position: center top;
}

/* More breathing room below hero */
#banner-container-home {
    margin-block-end: 2.5rem !important;
}

/* Tighten image container slightly */
#image-container-home {
    max-width: 9rem !important;
}
