*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins';
}
html, body{
    width:100%;
    height:100%;
}
p, h1, h2, h3 ,h4{
    color:#474747;
  /*  text-shadow: -1px 1px 10px #f1f1f1;*/
}
h1, h2, h3 ,h4{
    font-weight:400;
}
p{
    margin:12px 0px;
    font-weight:300;
    font-size:14px;
}
h1{
    line-height:22px;
}
.botton-classic{
    text-decoration:none;
    margin:12px 0px;
    padding:16px 20px;
    color:#002e6d;
    font-weight: bold;
    display:inline-block;
    background-color:#ffcd00;
    border:1px solid gray;
    border-radius:12px;
}
.i-general{
    font-size:22px;
    color:#002e6d;
}
.wrapper{
    padding:0px 34px 0px 34px;
    box-sizing: border-box;
}