body {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    margin: 0;
}
.header {
    height: 42px;
    border-bottom: 1px solid #eeeeee;
    padding: 8px;
    position: fixed;
    width: 100%;
    background-color: #ffffff;
}
.logo {
    display: inline-block;
    margin-left: 12px;
    width: 30px;
    border-radius: 3px;
    vertical-align: text-bottom;
}
.language {
    position: absolute;
    right: 0;
    top: 0;
    margin: 20px 15px
}
.language-btn {
    color: #6f6f6f;
    padding-left: 7px;
    font-size: 16px;
    border: none;
    background: 0 0;
    font-weight: 400
}
.language-arrow {
    vertical-align: bottom
}
.language-content {
    display: none;
    position: absolute;
    min-width: 30px;
    z-index: 1
}
.language-content a {
    color: #fff;
    padding: 7px;
    text-decoration: none;
    display: block;
    font-weight: 500;
    background-color: #7986CB;
    margin-top: 7px
}
.language:hover .language-content {
    display: block
}
h1 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin: 10px 11px;
    display: inline-block;
}
.first-wrapper {
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.first-wrapper-image {
    max-width: 100%;
    margin: 60px 0 20px 0;
}
h2 {
    font-size: 25px;
    font-weight: 500;
    margin: 0 auto 10px auto;
}
.first-wrapper-description {
    margin: 0 auto 80px auto;
    line-height: 28px;
    font-size: 18px;
    font-weight: 300;
    max-width: 340px;
}
.text-division {
    padding: 0;
    margin: -60px auto 20px auto;
    max-width: 50%;
    border: none;
    height: 1px;
    background-color: #333333;
}
.content-wrapper {
    margin: 0 auto 80px auto;
    max-width: 350px;
}
h3 {
    color: #212121;
    font-size: 22px;
    font-weight: 500;
    text-align: left;
    margin: 10px 0;
}
.content-image {
    width: 100%;
    border-radius: 5px;
}
.content-text {
    margin: 10px 0;
    font-weight: 300;
    line-height: 25px;
}
.content-button {
    display: inline-block;
    margin: 0 10px 0 0;
    font-weight: 500;
    padding: 0 15px;
    color: #ffffff;
    background-color: #7986CB;
    border-radius: 4px;
    line-height: 36px;
    font-size: 14px;
}
.footer {
    text-align: center;
    font-weight: 300;
    margin-top: 150px;
    background-color: #333;
    padding-top: 50px;
}
.footer-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #ffffff;
}
.footer-item {
    font-size: 15px;
    margin: 0 0 10px 0;
    color: #fff;
}
.footer-item a {
    color: #ffffff;
}
.contact {
    display: block;
    margin: 30px 0 10px 0;
}
.contact-email {
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    margin-left: 10px;
}
.contact-icon {
    display: inline-block;
    vertical-align: text-bottom;
}
.footer-division {
    width: 80%;
    height: 1px;
    background-color: #606060;
    margin: 20px 30px;
    border: none;
}
.footer-app {
    color: #ffffff;
    margin: 0;
    max-width: 150px;
    padding: 0;
    border-radius: 5px;
}
.footer-legals {
    font-size: 15px;
    color: #fff;
    padding: 10px 0;
    margin: 0;
}
.footer-social-wrapper {padding: 5px 0 40px 0;color: #fff;line-height: 20px;}
.footer-social-icon {
    display: inline-block;
    width: 40px;
    margin: 0 3px 0 3px;
    border-radius: 50%;
}
a {
    text-decoration: none;
}
p {
    margin: 0;
}
@media screen and (min-width: 600px) {
    .first-wrapper-image {
        padding-top: 50px;
    }
    .first-wrapper-description {
        max-width: 560px;
        margin: 0 auto 100px auto;
    }
    .footer {
        text-align: center;
        font-family: 'Roboto-Light', sans-serif;
    }
    .footer-app {
        margin: 0 auto 0 auto;
    }
    .footer-item {
        text-align: center;
        margin: 0 0 10px 0;
    }
    .footer-division {
        margin: 30px auto;
    }
    .footer-social-icon {
        margin: 0 5px 0 5px;
    }
    .contact {
        margin: 30px 0 10px 0;
    }
    .footer-legals {
        margin-left: 0;
    }
}