@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #FFF;
    font: 1em/1.3em 'Roboto Condensed', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 903px;
    min-width: 250px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: url('bg.jpg') no-repeat top left;
    overflow: hidden;
    padding: 0;
    height: 1298px;
}
p {
    padding-bottom: 1rem;
    text-align: justify;
    hyphens: auto;
}
h1 {
    margin: 7.3rem 0 0.5rem;
    font-size: 2.392em;
    line-height: 1.1;
}
h1 small {
    font-size: 0.7em;
}
h1 span {
   display: block;
   font-size: 0.6em;
}
h2 {
    font-size: 1em;
    line-height: 1.3;
    margin-bottom: 0;
}
h3 small {
    font-size: 0.7em;
    margin-left: 5rem;
}
a {
    color: #FFF;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}
ul {
    padding: 0 0 2rem;
    list-style: none;
}
li {
    padding-left: 1rem;
}
ul li:before {
    content: "•";
    display: inline-block;
    font-size: 1.3em;
    position: relative;
    float: left;
    margin-top: 0;
    margin-left: -1rem;
}
main {
    display: flex;
    justify-content: space-between;
    margin-top: 8.5rem;
}
header {
    position: relative;
}
article {
    padding: 1rem 2rem 0;
    width: 560px;
}
article section:first-of-type {
    position: absolute;
    top: 2.6rem;
    left: 2rem;
    line-height: 1.6;
    font-size: 1.4em;
}

article section:first-of-type p {
    padding-bottom: 2rem;
}
article section:first-of-type p {
    text-align: justify;
}
article section:last-of-type img{
    vertical-align: -3px;
}
article>p:last-of-type {
    padding-top: 0.2rem;
    background: url('bg-f.jpg') no-repeat top left;
}
article>p:last-of-type span{
    margin-left: 4rem;
}
.qrc {
    display: flex;
    justify-content: center;
    margin: -0.5rem 0 18rem;
}
footer {
    padding: 1rem 1rem 0;
    width: 323px;
    margin-top: 2rem;
}
footer div p {
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    padding-top: 1rem;
    margin: 0 1rem 0.5rem;
}
footer figure {
    display: none;
}
footer p {
    text-align: center;
}
footer p:last-of-type span {
    font-size: 1.8em;
    line-height: 1.3em;
    font-weight: bold;
}
@media only screen and (max-width:901px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        height: auto;
        background: #54606C;
    }
    main {
        display: block;
        margin: 0;
    }
    h1{
        font-size: 1.5em;
        margin: 0 0 1rem;
    }
    h3 {
        letter-spacing: 0;
        text-align: center !important;
        margin-bottom: 1rem;
    }
    article, footer,article section {
        width: 100% !important;
    }
    article section {
        position: static !important;
    }
    footer div p {
        margin: 0 0 0.5rem;
    }
    footer >p:last-of-type br{
        display: block;
    }
    footer figure{
        display: flex;
         justify-content: center;
         margin: 1rem 0;
    }
    div, h3 small, footer {
        margin: 0 !important;
    }
    br {
        display: none;
    }
    p,article section:first-of-type p {
        text-align: left;
    }
}
@media only screen and (max-width:480px){
    body{
        font-size: 0.875em;
        line-height: 1.3em;
    }
    article, footer{
        padding: 0 1rem;
    }
}