@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v34-latin-regular.eot');
    src: local(''), url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v34-latin-700.eot');
    src: local(''), url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-700.woff') format('woff'), url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg');
}

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #231f20;
}

#wrapper {
    margin: 1rem auto;
    max-width: 654px;
    background: #bcbdc0;
    border: 2px dashed #fff;
}

header {
    padding: 16px 20px 1px;
    margin: 25px 25px 0;
    background: #fff;
}

article {
    padding: 0 20px 2px;
    margin: 0 25px;
    background: #fff;
}

footer {
    padding: 16px 20px;
    margin: 0 25px 25px;
    background: #0e5496;
}

footer p {
    color: #fff;
}

footer strong {
    font-size: 17px;
}

p:not(footer p) {
    margin-bottom: 10px;
    text-align: justify;
    hyphens: auto;
}

:is(h1, h2, strong) {
    font-weight: 700;
}

h1 {
    font-size: 37px;
    line-height: 1;
    margin: 10px 0;
    color: #d71440;
}

h1 :is(small, span) {
    font-size: 22px;
    color: #231f20;
}

h1 small {
    display: block;
    line-height: 1.2;
    margin: 3px 0 0;
}

h2 {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 3px;
}

h3 {
    font-size: 22px;
    line-height: 1.2;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #231f20;
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul {
    margin: 0 0 10px;
    text-align: justify;
    hyphens: auto;
}

ul li {
    list-style: none;
    padding-left: 20px;
}

ul li:before {
    font-size: 30px;
    position: relative;
    top: -1px;
    float: left;
    text-indent: -20px;
    content: "\2022";
}

@media screen and (max-width: 652px) {
    #wrapper {
        border: none;
        margin: 0;
        padding: 1px 0;
    }

    header {
        margin: 15px 16px 0;
        padding: 16px 16px 1px;
    }

    article {
        padding: 0 16px 2px;
        margin: 0 16px;
    }

    footer {
        margin: 0 16px 16px;
        padding: 16px;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty;
        text-align: left !important;
    }

    :is(p a, span) {
        white-space: nowrap;
    }

    footer strong br {
        display: none;
    }
}

@media screen and (max-width: 488px) {
    h1 {
        text-align: center;
        font-size: 32px;
    }
}

@media screen and (max-width: 374px) {
    h1 {
        font-size: 28px;
    }
}