body {
    height: 100%;
    background-color: #161823;
    position: relative;
    min-width: 1200px;
}
.container {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.text-warpper {
    font-size: 16px;
    color: #FFF;
    line-height: 1.7;
    margin: 34px 0 64px;
    padding: 0 100px;
}
.text-warpper p {
    margin: 0;
    opacity: .6;
}
.text-warpper h2 {
    font-size: 20px;
    line-height: 2;
    opacity: .6;
}
.text-warpper h1 {
    font-size: 26px;
    text-align: left;
    margin: 0 0 60px;
}