#home{

}
@media screen and (max-width: 768px) {
    header .logo img{
        height: 60px
    }
    #home{
        height: auto;
        padding: 80px 0;
        margin-top: 68px;
}
}