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

.logotipo {
    width: 228px;
    margin-bottom: 50px;
} 

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

p {
    font-size: 32px;
    width: 650px;
    font-family: 'Gilroy';
    font-weight: 300;
}

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