 
  
Consegui resolver esse problema ajustando as medidas dos conteúdos da seguinte forma:
    .rodapePrincipal-patrocinadores-list {
    display: flex;
    align-items: center;    
    justify-content: space-between;
    width: 79%;
}    
.rodapePrincipal-contatoForm {
    margin-top: 20px;
    text-align: center;
    width: 19%;
} 
  
