body.index .container {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 800px;
    min-height: 760px;
    background: url('bg.png') no-repeat center bottom;
    background-size: cover;
}
.section-wrap {
    width: 100%;
    max-width: 1024px;
}
.section-wrap .text {
    position: absolute;
    top: 50%;
    width: 50%;
    margin-left: 8%;
    transform: translateY(-56%);
    color: #fff;
}
.section-wrap .text h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 1;
}
.section-wrap .text h4 {
    margin-top: 0;
    font-size: 18px;
    line-height: 1.4;
    font-weight: normal;
    opacity: 0.8;
}
.section-wrap .google-download {
    margin-top: 17%;
    width: 31%;
}
.section-wrap .image {
    position: absolute;
    bottom: 22%;
    right: 0;
    width: 44%;
    transform: translate(0, 22%);
}
.section-wrap .image img {
    width: 100%;
}
