*{
   box-sizing: border-box;
   margin: 0;
}

section.about-us{
    position: relative;
    top: 110px;
    padding: 50px;
    height: auto;
    text-align: center;
    background-color:#E6E6E6;
}

footer{
 top: 95px;
}