html {
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
}
html section {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

html section.col-2 {
    right: 0;
    background: #000015;
}
html section.col-2 article {
    color: #fff;
    text-align: center;
}
html section.col-2 article > * {
    position: absolute;
    width: 100%;
}
html section.col-2 article h5 {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: 0.6rem;
    text-indent: 0.6rem;
}
html section.col-2 article h2 {
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.1rem;
    text-indent: 0.1rem;
    text-transform: uppercase;
}
html section.col-2 article h2.top {
    top: 5%;
}

html section.col-2 article .main-block {
    top: 35%;
    margin: -1em 0 0;
}
html section.col-2 article .footer {
    bottom: 5%;
}
h1 {
    font-size: 3.5rem;
    font-weight: 800;
    padding: 0 16px;
}
p {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 145%;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 16px;
}
html section.col-2 article button {
    margin: 50px auto 0;
    font-size: 1.3rem;
    font-weight: 400;
    width: 160px;
    height: 40px;
    left: 0;
    right: 0;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .8);

    color: #fff;
    display: block;
    transition: all 0.4s ease-out;
}
html section.col-2 article button:hover {
    margin-top: 48px;
}

/* Adaptive 576px */

@media screen and (max-width: 576px) {
    html section.col-2 article .main-block {
        top: 25%;
    }
    h1 {
        font-size: 3.2rem;
    }
    p {
        font-size: 1.4rem;
        font-weight: 300;
        text-align: left;
    }
}