/* Keep the funding acknowledgement logo proportionate to the page content. */
.project-section-body > figure img[src="/media/library/qld-gov-e0091b73927a.webp"] {
    width: 280px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    background: transparent;
}
