*{
    margin: 0;
    padding: 0;
}
body{
    font-family: "museo-sans",sans-serif;
    font-style: normal;
    background-color: #ffffff;
}
#container{
    width:100%;
}
img{
    border: none;
}
#logo_sciip_design{
    display: block;
    width: 12%;
    margin: 8vw 44% 0 44%;
}
h1{
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 46px;
    line-height: 50px;
    color: #656565;
    text-align: center;
    padding: 100px 20% 60px 20%;
}
h2{
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 2px;
    color: #002147;
}
#asta_verticale{
    width: 3px;
    height: 30px;
    margin: 25px auto;
    background-color: #A6A6A6;
}
p{
    font-family: "museo-sans",sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #656565;
    padding-bottom: 15px;
}
p span{
    font-family: "museo-sans",sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #E2124E;
}
#linkedin{
    display: block;
    width: 48px;
    height: 48px;
    margin: 20px auto;
}
@media screen and (max-width: 1024px){
    #logo_sciip_design{
        width: 15%;
        margin: 8vw 42.5% 0 42.5%;
    }
    h1{
        font-size: 42px;
        line-height: 46px;
        padding: 80px 15% 50px 15%;
    }
    h2{
        font-size: 18px;
        line-height: 18px;
    }
}
@media screen and (max-width: 460px){
    #logo_sciip_design{
        width: 30%;
        margin: 20vw 35% 0 35%;
    }
    h1{
        font-size: 34px;
        line-height: 38px;
        padding: 50px 10% 50px 10%;
    }
    h2{
        font-size: 18px;
        line-height: 18px;
    }
}@media screen and (max-width: 375px){
    h1{
        font-size: 30px;
        line-height: 36px;
    }
}