﻿.partner-logos {
    display: flex;
    flex-direction: column; /* stack top row & bottom row */
}

.top-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px; /* space between UGent and VLAIO */
}

.bottom-row {
    display: flex;
    justify-content: center; /* centers Flanders Make */
    margin-top: 4px;
}

.partner-logo {
    height: 30px !important;
    width: auto;
    object-fit: contain;
}

.partner-logo-small {
    height: 15px !important;
    width: auto;
    object-fit: contain;
}
