@charset "utf-8";

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: local(''), url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v30-latin-500.eot');
    src: local(''), url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), url('../fonts/roboto-v30-latin-500.woff') format('woff'), url('../fonts/roboto-v30-latin-500.ttf') format('truetype'), url('../fonts/roboto-v30-latin-500.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/roboto-v30-latin-900.eot');
    src: local(''), url('../fonts/roboto-v30-latin-900.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-900.woff2') format('woff2'), url('../fonts/roboto-v30-latin-900.woff') format('woff'), url('../fonts/roboto-v30-latin-900.ttf') format('truetype'), url('../fonts/roboto-v30-latin-900.svg#Roboto') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 1.125rem;
    line-height: 1.4;
}

#wrapper {
    position: relative;
    max-width: 50.625rem;
    margin: 1rem auto;
    overflow: hidden;
    border: solid 1px #000;
    background: url(../images/bg.jpg)center / cover no-repeat;
}

p {
    margin: 0 0 .625rem
}

h1 {
    text-align: center;
    font-size: 2.3rem;
    line-height: 1.1;
    margin: 0;
    color: #0082A9;
    font-weight: 900;
}

h1 span {
    font-size: 1.375rem
}

h2 {
    font-size: 1.625rem;
    line-height: 1;
    margin: 0;
    text-align: center;
    font-weight: 500
}

h3 {
    font-size: 1.375rem;
    line-height: 1;
    margin: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

section:first-of-type ul:first-of-type {
    margin-bottom: 1.5rem;
}

ul li {
    padding-left: 1.875rem;
    text-align: left
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.875rem;
    font-size: 3.125rem;
    line-height: 0.5;
    color: #0082A9;
}

header {
    padding: 3.75rem 2.5rem 0;
}

article {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: .625rem 1.875rem 0;
}

section:first-of-type {
    width: 46%;
}

section:nth-of-type(2) {
    width: 52%;
}

footer {
    padding: .625rem 2.5rem 1.125rem;
}

footer p a {
    color: #000;
    text-decoration: none
}

@media only screen and (max-width: 50.562rem) {
    body {
        line-height: 1.5;
        font-size: 1rem
    }

    #wrapper {
        border: none;
        margin: 0 auto;
        background: none;
        background-color: #F5F4F2;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    section:first-of-type,
    section:nth-of-type(2) {
        width: 100%;
    }

    header {
        padding: 1rem;
    }

    article,
    footer {
        padding: 0 1rem;
    }


    h1 {
        font-size: 1.437rem;
        line-height: 1.3;
        text-align: center;
    }

    h2 {
        font-size: 1.375rem;
        margin: 0;
        line-height: 1.3;
    }

    h2:nth-of-type(2) {
        margin-bottom: 0
    }

    h3 {
        font-size: 1rem;
        margin: .625rem 0
    }

    section:first-of-type ul:first-of-type,
    ul {
        margin-bottom: 1rem;
    }

    ul li {
        padding-left: 1.25rem;
    }

    ul li:before {
        margin-left: -1.25rem;
        font-size: 1.562rem;
        line-height: 1;
    }

    article {
        display: block;
    }

    :is(header, article) br,
    .none {
        display: none;
    }
}