:root {
    font-size: 16px;
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: 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-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    color: #231f20;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1rem;
    line-height: 21px;
    font-weight: 400;
}

#wrapper {
    max-width: 852px;
    margin: 1rem auto;
    border: 3px solid #0095da;
    padding: 2.1875rem;
    background: #fff;
}

article {
    padding: 0 0 0.3125rem;
    position: relative;
}

footer {
    padding: 1.875rem 0 0;
    position: relative;
    border-top: 3px solid #0095da;
}

:is(figure, .logo) {
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: 0;
}

footer p:last-of-type {
    margin: 0;
}

p {
    margin: 0 0 1.25rem;
    text-align: justify;
}

:is(strong, h1, h2, h3) {
    font-weight: 700;
}

h1 {
    margin: 2.5rem 0;
    font-size: 3.25rem;
    line-height: 1.1;
    color: #0095da;
    text-align: center;
}

h1 small {
    color: #231f20;
    font-size: 1.125rem;
    line-height: 1.375rem;
    display: block;
    margin-bottom: 0.325rem;
}

h1 span {
    white-space: nowrap;
}

h2 {
    margin: 0 0 0.9375rem;
    padding: 0.3125rem;
    font-size: 1rem;
    line-height: 1.25rem;
    background: #0095da;
    color: #fff;
}

h3 {
    margin: 0.625rem 0 1.25rem;
    font-size: 1.125rem;
    line-height: 1.375rem;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #231f20;
    text-decoration: none;
    white-space: nowrap;
}

ul {
    padding: 0 0 0.625rem 0.3125rem;
    list-style: none;
}

ul li {
    padding-left: 0.8125rem;
    position: relative;
    margin-bottom: 0.5rem;
}

li:before {
    content: "";
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 50%;
    background: #231f20;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 9px;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

@media all and (max-width: 850px) {
    #wrapper {
        margin: 0;
        padding: 1rem;
        border: none;
    }

    :is(ul, p) {
        hyphens: auto;
        text-wrap: pretty;
        text-align: left;
    }

    h1 {
        margin: 1.25rem 0;
        font-size: 2.5rem;
        line-height: 2.75rem;
        hyphens: auto;
        text-wrap: pretty;
    }

    p span {
        white-space: nowrap;
    }
}

@media all and (max-width: 705px) {
    :is(figure, .logo) {
        position: static;
        display: flex;
        justify-content: center;
        margin: 16px 0 0;
    }

    footer p {
        text-align: center;
    }

    .mobile {
        display: none;
    }

    h1 {
        font-size: 34px;
    }
}