#heldb-logo{
    width: 40%;
}

#test-illustration{
    width: 18vw;
}

#ms-logo{
    width: 7vw;
}

#partnership{
    font-size: 1em;
    font-weight: lighter;

}

a{
    margin: 0.4em;
}

@media(max-width:767px){
    #heldb-logo{
        width: 80%;
    }
    .title{
        font-size: 1.1em;
        margin-top: 1em;
    }
    .block{
        font-size: 0.9em;
    }
    #wrapper{
        flex-direction: column !important;
        margin-top: 0 !important;
    }
    #ms-logo{
        width: 25vw;
    }
    #partnership{
        font-size: 0.7em;
    }

}