body.index .container {
    height: 100%;
    padding: 0 0 30px;
    background: url('bg-mobile.png') no-repeat center bottom;
    background-size: cover;
    color: #fff;
    text-align: center;
}
.section-wrap {
    overflow: visible;
}
.section-wrap .text h2 {
    margin-top: 10%;
    font-size: 32px;
}
.section-wrap .text h4 {
    margin-top: -3%;
    font-size: 15px;
    line-height: 1.4;
    font-weight: normal;
}
.section-wrap .google-download {
    width: 40%;
    margin: 0 auto;
}
.section-wrap .image {
    width: 60%;
    margin: -4% auto 0;
}
.section-wrap .image img {
    width: 100%;
}
