* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Open Sans"


}



header {
    margin-top: 50px;
    margin-left: 45px;
}



.header-topo  {

    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.9px;
    margin-right: 30px;

    color: #17233A;


}

.button-topo  {

    cursor: pointer;
    color: #FFFFFF;
    background: #6FBF44;
    border: 1px solid #4CB538;
    border-radius: 6px;
    width: 128px;
    height: 52px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;

}

img {
    margin-top: 100px;
    margin-left: 90px;
    margin-bottom: -20px;
   
}

section {
    display: inline-block;
    margin: 85px;
    width: 493px;
    
   
   
    
    
}

h1 {
    font-weight: 700;
    font-size: 63px;
    line-height: 82px;
    letter-spacing: 0.596154px;
    color: #161A49;


}

p {
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    letter-spacing: 0.5px;
    color: #4B505A;
    margin: 47px 0 55px 0;
    margin-top: 30px;
   
}

.link-bottom {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 1px;
    color: #6FBF44;
    cursor: pointer;
    margin-top: 5px;
    line-height: 0;
   
    
    
    
}


    

   