body,
html {
    height: 100%;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    color: #777;
}

.container {
    width: 100%;
    border-top: solid 10px #1babe2;
    margin-bottom: 30px;
}

.content {
    width: 900px;
    margin: auto;
    /*    border: solid 1px #ccc;*/
}

.logo {
    margin-top: 20px;
}

.logo img {
    width: 100px;
}

.title {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin: 30px 0 10px 0;
}

.title2 {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    border-bottom: solid 1px #ccc;
    margin: 30px 0 10px 0;
    padding-bottom: 20px;
}

.text {
    font-size: 14px;
    font-weight: 400;
    /*    line-height: 1.6;*/
    text-align: left;
    /*    border-bottom: solid 1px #ccc;*/
    padding-bottom: 20px;
}

.titlee {
    font-size: 14px;
    font-weight: 700;
    color: #555;
    text-transform: uppercase;
    margin: 20px 0 10px 0;
}

.titleee {
    font-size: 14px;
    font-weight: 400;
    color: #555;
    margin: 20px 0 10px 0;
}

.textt {
    font-size: 14px;
    font-weight: 400;
    /*    line-height: 1.6;*/
    text-align: left;
    padding-left: 20px;
}

@media only screen and (max-device-width: 1024px) {

    .container {
        width: 100%;
        border-top: solid 5px #1babe2;
        margin-bottom: 15px;
    }

    .content {
        width: 90%;
        margin: auto;
    }

    .logo {
        margin-top: 10px;
    }

    .logo img {
        width: 70px;
    }

    .title {
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        color: #333;
        margin: 20px 0 5px 0;
    }

    .title2 {
        font-size: 14px;
        font-weight: 400;
        color: #555;
        border-bottom: solid 1px #ccc;
        margin: 15px 0 5px 0;
        padding-bottom: 5px;
    }

    .text {
        font-size: 12px;
        font-weight: 400;
        line-height: 1.4;
        /*        text-align: justify;*/
        border-bottom: solid 1px #ccc;
        padding-bottom: 10px;
    }

    .titlee {
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 10px 0 5px 0;
    }

    .titleee {
        font-size: 12px;
        font-weight: 400;
        margin: 10px 0 5px 0;
    }

    .textt {
        font-size: 12px;
        font-weight: 400;
        line-height: 1.4;
        /*        text-align: justify;*/
        padding-left: 10px;
    }

}
