/* Este é o cabesalio padrão para confirguração do texto e sempre deve ficar em cima no topo, pois as letras ficaram padrão do tamanho e fonte escolhido e se faz necessário zerar a confirguração dos navegadores */
* {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header{
    margin: 44px 0 144px 76px;
}

.Link-header {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #989D9C;
    cursor: pointer;
    margin-right: 23px;
}

.button-header{
    background: #665AE1;
    border-radius: 20.5px;
    width: 130px;
    height: 41px;
    border: none;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    cursor: pointer;
}

.logo-image {
    width: 568px;
    height: 500px;
    margin-left: 125px;
    display: inline-block;
} 

section{
    display: inline-block;
    margin-left: 86px;
}

h1{
    font-weight: 900;
    font-size: 100px;
    line-height: 122px;
    color: #515151;

}

h2{
    font-weight: 500;
    font-size: 58px;
    line-height: 71px;
    color: #515151;
      
}

p{
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #848484;
    width: 515px;
    margin-top: 32px;
    margin-bottom: 65px;
 
}

.button-main{
    background: #ADFF00;
    border-radius: 30px;
    width: 239px;
    height: 64px;
    border: none;
    cursor: pointer;
    filter: drop-shadow( 0px 4px 4px (#00000040));
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #000000;
        
}

@media screen and (max-width: 900px) {

    .container-left {
        display: none;
    }

    .logo-image {
        width: 354px;
        height: 317px;
        margin: 149px 14px;
    }    

    h1 {
        position: absolute;
        font-size: 50px;
        line-height: 52px;
        width: auto;
        text-align: center;
        top: 490px;

    }

    h2 {
        position: absolute;
        font-size: 30px;
        line-height: 37px;
        width: auto;
        text-align: center;
        top: 549px;
    }

    P {
        display: none;
    }

   
 .container-right {
        position: absolute;
        margin: -21px 3px;
               
    }

}