@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: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: local(''), 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');
}

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    font-size: 0.875rem;
    line-height: 1.125rem;
    font-family: 'Roboto', Arial, sans-serif;
    color: #000;
    font-weight: 400;
}

#wrapper {
    position: relative;
    max-width: 528px;
    margin: 1rem auto;
    border: 1px solid #000;
    overflow: hidden;
    background-color: #c6e6f9;
}

h1 {
    padding: 0 1.75rem 0.625rem 2.00rem;
    font-size: 2.675rem;
    line-height: 2.875rem;
    font-weight: 700;
}

h1 small {
    font-size: 70%;
}

h1 .big {
    font-size: 0.975rem;
    line-height: 1.25rem;
    white-space: nowrap;
}

h1 span {
    display: block;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.25rem;
}

h2 {
    padding: 0 0 0.3rem;
    font-size: 1.185rem;
    line-height: 1.125rem;
    font-weight: 700;
}

h3 {
    font-size: 1.185rem;
    line-height: 1.5rem;
    font-weight: 700;
}

strong {
    font-weight: 700;
}

p:not(:last-child) {
    margin-bottom: 0.5rem;
}

article>p:nth-of-type(1) {
    text-align: center;
    font-size: 1.045rem;
    line-height: 1.25rem;
}

article section p:nth-of-type(1) img {
    position: absolute;
    top: 1.125rem;
    left: -1.5rem;
}

article section p:nth-of-type(1) {
    position: relative;
    margin: 0;
    margin-left: 1.75rem;
}

article section p:nth-of-type(2) img {
    position: relative;
    left: -0.4375rem;
    top: 2px;
}

article section p:nth-of-type(2) {
    margin-left: 0.4375rem;
}

article {
    padding: 0.3125rem 0.625rem 0;
}

.info {
    margin-left: 10rem;
    position: relative;
    z-index: 300;
    padding-bottom: 0.325rem;
}

section {
    display: flex;
    padding: 0 11px 0 10px;
    justify-content: space-between;
    align-items: flex-end;
}

footer {
    padding: 10px;
}

footer p {
    text-align: center;
    font-size: 15px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
    white-space: nowrap;
}

ul {
    margin: 0;
    list-style: none;
}

ul li {
    padding-left: 0.6875rem;
}

ul li:before {
    content: "\2212";
    color: #000;
    float: left;
    margin-left: 0;
    font-size: 0.6875rem;
    text-indent: -0.6875rem;
}

img {
    max-width: 100%;
}

@media (max-width: 526px) {
    #wrapper {
        margin: 0;
        border: none;
    }

    h1 {
        padding: 0;
        text-align: center;
    }

    article {
        padding: 1rem;
    }

    section {
        flex-direction: column;
        padding: 0;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }

    .info {
        margin: 1rem 0;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty;
    }

    br:not(section br) {
        display: none;
    }
}