* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    color: #000;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 19px;
}

#wrapper {
    max-width: 910px;
    margin: 16px auto;
    border: 1px solid #000;
    background-color: #fff;
    position: relative;
}

.content {
    margin: 44px auto;
    max-width: 724px;
    padding: 16px;
    position: relative;
}

header {
    padding: 0 0 45px;
}

article p:nth-of-type(2) {
    line-height: 31px;
    text-align: center;
}

footer {
    padding: 11px 50px 0 0;
}

footer p {
    font-size: 1.0813rem;
}

footer p:last-of-type {
    margin: 0;
}

footer figure {
    position: absolute;
    right: -35px;
    bottom: 30px;
}

.images {
    position: absolute;
    right: -10px;
    bottom: 665px;
}

p {
    margin: 0 0 14px;
}

h1 {
    margin: 0 0 30px;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
}

h1 small {
    display: block;
    font-weight: 400;
    font-size: 19px;
    line-height: 24px;
    margin: 8px 0 6px;
}

h1 span {
    display: block;
    font-size: 19px;
    line-height: 29px;
}

h1 strong {
    font-size: 23px;
    line-height: 30px;
    hyphens: none;
}

h2 {
    margin: 16px 0;
    font-size: 18px;
    line-height: 19px;
}

ul {
    margin: 0 0 30px;
    list-style: none;
}

ul li {
    padding-left: 54px;
}

li:before {
    content: '\2022';
    color: #000;
    float: left;
    font-size: 18px;
    text-indent: -30px;
}

ul li .ul {
    margin-bottom: 0;
}

.center {
    text-align: center;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
    white-space: nowrap;
}

a ins {
    color: #0563c1;
}

span:not(h1 span) {
    white-space: nowrap;
}

@media all and (max-width:908px) {
    #wrapper {
        margin: 0;
        border: none;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty;
    }

    footer {
        padding: 11px 75px 0 0;
        margin: 0;
    }

    footer figure {
        right: -11px;
    }
}

@media all and (max-width:767px) {
    header {
        padding: 0 0 16px;
        display: flex;
        justify-content: center;
    }

    .content {
        margin: 0 auto;
    }

    footer :is(figure, .images) {
        position: static;
        display: flex;
        justify-content: center;
        margin: 14px 0;
    }

    br {
        display: none;
    }

    footer p:last-of-type {
        text-align: center;
    }

    footer {
        margin: 0;
        padding-right: 0;
    }

    .link {
        white-space: normal !important;
    }
}

@media all and (max-width:480px) {
    ul li {
        padding-left: 20px;
    }

    li:before {
        text-indent: -20px;
    }
}