.lado-direito {
    background: #0F71F2;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 103px;
    display: flex;
    flex-direction: column;
    padding: 100px;
    
    /* align-items: center; */
}

.logo-patrocinadores {
    margin-right: 10px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 14px;
    height: 90px;
    width: 90px;
    padding: 10px
}


a {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    font-family: 'Gilroy';
    color: grey;
    margin-top: 20px;
    text-align: center;

}