
*
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

        -ms-box-sizing: border-box;
}
body
{
    color: #eee;
    background-color: #000;
}
.wecare
{
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 14px;
    line-height: 1.7;

    padding-top: 90px;
}

h1
{
    font-size: 60px;

    margin-bottom: 40px;

    text-align: center;
}

.logo
{
    margin-bottom: 50px;
}

h2
{
    font-size: 20px;
    font-weight: 400;

    margin-bottom: 30px;

    letter-spacing: 2px;
    text-transform: uppercase;
}

.wrapper
{
    max-width: 480px;
    margin: 0 auto;
}
.wrapper:before,
.wrapper:after
{
    display: table;

    content: '';
}
.wrapper:after
{
    clear: both;
}
.wrapper
{
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.left,
.right
{
    float: left;

    width: 50%;
}

.left
{
    padding-right: 40px;

    text-align: right;
}
.right
{
    padding-left: 40px;

    text-align: left;

    /* border-left: 1px solid #444; */
}

p
{
    margin-top: 0;
    margin-bottom: 20px;
}

a
{
    text-decoration: none;

    color: #ccc;
}
a:hover,
a:active,
a:focus
{
    text-decoration: underline;
}
