#home h1 {
    font-size: 73px;
}
#home h2 {
    font-size: 38px;
}


.logos {
    max-width: 100%;
}

#home {
  height: calc(100vh + 100px);
}
#home::after {
    height: calc(100vh + 100px);
}
.logos {
    margin: 200px auto 0 auto;
}




#message .box {
    padding: 20px !important;
}



section div.text {
    padding: 30px !important;
}



/*---------------------- FOOTER----------------------*/
#footer .head h2 {
    width: 356px;
    margin-top: 49px;
    padding-left: 11px;
}
