@font-face {
    font-display: swap;
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/pt-sans-v17-latin-regular.eot');
    src: url('../fonts/pt-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/pt-sans-v17-latin-regular.woff2') format('woff2'), url('../fonts/pt-sans-v17-latin-regular.woff') format('woff'), url('../fonts/pt-sans-v17-latin-regular.ttf') format('truetype'), url('../fonts/pt-sans-v17-latin-regular.svg#PTSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/pt-sans-v17-latin-700.eot');
    src: url('../fonts/pt-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/pt-sans-v17-latin-700.woff2') format('woff2'), url('../fonts/pt-sans-v17-latin-700.woff') format('woff'), url('../fonts/pt-sans-v17-latin-700.ttf') format('truetype'), url('../fonts/pt-sans-v17-latin-700.svg#PTSans') format('svg');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #231f20;
    font-family: 'PT Sans', Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

#wrapper {
    max-width: 785px;
    margin: 1rem auto;
    border: 1px solid #0c6faf;
    background-color: #fff;
}

header {
    padding: 0 0 10px;
}

.content {
    padding: 10px 20px;
    position: relative;
}

.background-color {
    background: #e0871b;
    padding: 10px 20px;
    position: relative;
}

.qr-code {
    position: absolute;
    top: 35px;
    right: 20px;
}

figure {
    position: absolute;
    bottom: 112px;
    right: 32px;
}

footer {
    padding: 10px 20px;
    background: #0c6faf url(../images/background-bottom.jpg) bottom right no-repeat;
    position: relative;
}

footer p {
    color: #fff;
    font-weight: 700;
}

.logo {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

p:not(:first-of-type) {
    margin-top: 15px;
}

:is(h1, h2, strong) {
    font-weight: 700;
}

h1 {
    font-size: 31px;
    line-height: 35px;
    padding-left: 22px;
    color: #fff;
}

h1:before {
    content: "\2022";
    color: #fff;
    float: left;
    font-size: 23px;
    text-indent: -22px;
}

h1 span {
    display: block;
    font-size: 18px;
}

h2 {
    font-size: 16px;
    line-height: 24px;
    color: #0c6faf;
    margin-top: 7px;
}

h2:first-of-type {
    margin-top: 0;
}

ul {
    list-style: none
}

ul li {
    padding-left: 25px;
}

li:before {
    content: "\2022";
    color: #0c6faf;
    float: left;
    font-size: 20px;
    text-indent: -25px;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #fff;
    text-decoration: none;
}

@media only screen and (max-width:784px) {
    #wrapper {
        border: none;
        margin: 0;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty
    }

    :is(p, ul) span {
        white-space: nowrap;
    }

    :is(.content, .background-color, footer) {
        padding: 16px;
    }

    figure {
        right: 16px;
    }
}

@media only screen and (max-width:714px) {
    figure {
        position: static;
        display: flex;
        justify-content: center;
        margin-top: 20px
    }

    footer {
        background: #0c6faf;
    }

    :is(footer, ul) br {
        display: none;
    }

    .logo {
        position: static;
        background: #fff;
        display: flex;
        justify-content: center;
        padding: 16px;
        margin-top: 20px
    }

    .link {
        white-space: normal !important;
        word-break: break-all;
    }
}

@media only screen and (max-width:540px) {
    .qr-code {
        position: static;
        display: flex;
        justify-content: center;
        margin-top: 20px
    }

    h1 br {
        display: none;
    }

    h1 {
        font-size: 25px;
        line-height: 1.2;
    }
}