body {
    background: url(../img/store-bg.jpg?v2016) repeat-x 50% 0;
    font-size: 20px;
    color: #113c4a;
    background-size: cover;
}

.main .service {
    text-align: right;
    font-size: 14px;
    line-height: 30px;
    padding-right: 1%;
}

.main {
    text-align: center;
}

h2 {
    margin-top: 60px;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 24px;
    font-weight: 400;
}

.main div {
    line-height: 60px;
}

.main span {
    margin-right: 60px;
}

.main span:last-child {
    margin-right: 0;
}

.main .btn {
    width: 96px;
    height: 32px;
    color: #113c4a;
    border: 1px solid #113c4a;
    border-radius: 3px;
    line-height: 32px;
    font-size: 14px;
    display: inline-block;
}

.main .link {
    width: 100%;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
}

.link a {
    color: #113c4a;
    padding: 0 7px; 
}

@media screen and (max-height: 768px) {
    .main .link {bottom:5px}
}