.footer-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    max-width: var(--container-max-width);
    margin: auto;
}

.footer-2__funded {
    width: 246px;
}

.footer-2__funded-img {
    width: 100%;
    height: auto;
}

.footer-2__funded-text {
    font-size: 1.4rem;
}

.footer-2__logos {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.footer-2__logos-img {
    width: auto;
    height: auto;
    max-width: 44%;
    max-height: 40px;
}

.footer #bologna {
    max-height: 50px;
}

@media (min-width: 400px) {
    .footer #bologna {
        max-height: 60px;
    }
}

@media (min-width: 600px) {
    .footer-2__logos-img {
        max-width: 165px;
    }

    .footer-2 {
        align-items: flex-start;
    }
    
    .footer-2__logos {
        align-items: center;
        justify-content: flex-start;
    }
}

@media (min-width: 768px) {
    .footer-2__logos {
         display: flex;
        flex-direction: row;
        gap: 40px;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-evenly;
        }
}

@media (min-width: 1024px) {
    .footer-2 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .footer-2__logos {
        display: flex;
        flex-direction: row;
    }

    .footer #bologna {
        max-height: 65px;
    }
}

@media (min-width: 1300px) {
    .footer-2 {
        padding: 0 var(--container-padding-horizontal);
    }  
}

@media (min-width: 1600px) {
    .footer-2__logos {
         display: flex;
        flex-direction: row;
        gap: 50px;
    }
    
    .footer-2__logos-img {
        max-width: 200px;
        max-height: 40px;
    }

    .footer #bologna {
        max-height: 100px;
    }

     .footer #utu {
        max-height: 45px;
    }
}