:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@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');
}

html {
    min-height: 100%;
}

body {
    color: #073f64;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 400;
}

#wrapper {
    max-width: 562px;
    margin: 1rem auto;
    border: 5px solid #073f64;
    padding: 1.25rem 2.1875rem 0.0625rem;
    background: #fff;
}

header {
    padding: 0 0 0.9375rem;
    display: flex;
    justify-content: center;
}

article {
    padding: 0 0 0.75rem;
}

footer {
    padding: 0.9375rem 0 0;
    border-top: 0.1875rem solid #073f64;
}

p {
    margin: 0 0 0.75rem;
}

strong {
    font-weight: 700;
}

h1 {
    margin: 0 0 1rem;
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 1.875rem;
    text-align: center;
}

h2 {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.25rem;
}

h3 {
    margin: 0 0 0.75rem;
    font-weight: 700;
    font-size: 1.4375rem;
    line-height: 1.75rem;
    text-align: center;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #073f64;
    text-decoration: none;
}

ul {
    padding: 0 0 0.75rem;
    list-style: none;
}

ul li {
    padding-left: 0.9375rem;
    position: relative;
}

li:before {
    content: "";
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 50%;
    background: #073f64;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0.4375rem;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.icon {
    position: relative;
    padding-left: 2.125rem;
    margin-bottom: 0;
}

.juss {
    text-align: justify;
}

h1 small {
    display: block;
}

footer p {
    text-align: center;
}

.icon img {
    position: absolute;
    z-index: 3;
    left: 0;
    top: -0.0625rem;
}

@media all and (max-width: 561px) {
    #wrapper {
        margin: 0;
        padding: 1rem;
        border: none;
    }

    :is(ul, p) {
        hyphens: auto;
    }

    .juss {
        text-align: left;
    }
}