.logo-img {
  height: 35px;
}

#z-footer-app {
    background: #3f7eb1 url(https://www.darmawisataindonesia.co.id/Content/footerbaru/images/bg-download-app.jpg) center;
    background-size: cover;
}
@media only screen and (max-width: 992px) {
    .hands-app {
        display: none;
    }
    .z-app-title {
        display: none;
    }
    .b .z-app-button{
        text-align: center;
    }
}
@media only screen and (max-width: 768px) {
    #z-footer-app span {
        display: none;
    }
     #z-footer-app h3 {
        display: none;
    }
    .z-app-title {
        display: none;
    }
    #z-footer-app {
        text-align: center;
    }
    .z-app-button {
        padding: 20px 0;
        width: 100%;
    }
}
#z-footer-app span {
    display: block;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -1px;
    color: #222;
    font-family: 'Open Sans',Arial, Helvetica, sans-serif;
}
#z-footer-app h3 {
    color: #222;
    margin: 2px 0 0 0;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: -1px;
    font-family: 'Open Sans',Arial, Helvetica, sans-serif;
}
.hands-app {
    margin-top: -91px;
    position: relative;
    z-index: 0;
}
.z-app-title {
    padding: 30px 0;
}
.z-app-button {
    padding: 30px 0;
}
.z-app-icon {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    padding: 1px;
    margin: 0 5px;
    border-radius: 3px;
}