.lado-esquerdo {
    display: flex;
    flex-direction: column;
}



h1 {
    font-size: 66px;
    width: 700px;
    margin-bottom: 10px;
    font-weight: 800;
    font-family: 'Gilroy';
}

p {
    font-size: 26px;
    width: 500px;
    font-family: 'Gilroy';
    font-weight: 300;
}

button {
    background: #F2A30F;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    
    width: 600px;
    height: 74.93px;
    
    border: none;
    border-radius: 103px;
    
    color: white;
    font-size: 30px;
    font-family: 'Gilroy';
    font-weight:  800 ;
}

.lado-direito {
    background: #0F71F2;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 93px;
    display: flex;
    flex-direction: column;
    padding: 90px;
}

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