@charset "utf-8";

:root {
    font-size: 16px;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #0A224F;
    font-family: "Arial", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 1px #000;
}
h1 {
    
    font-size: 2em;
    line-height: 1.1;
    margin: 0.625rem 0 20px;
}

:is(a:link,a:visited,a:hover,a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap; 
}

p {
    margin: 0 0 20px;
}


ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

ul li {
    padding-left: 1.375rem
}

ul li:before {
content: "";
float: left;
position: relative;
width: 14px;
height: 14px;
background: url(../images/list.png) no-repeat;
background-size: contain;
margin-left:-22px;
top: 8px;
}

small {
    font-size: 1rem;
    font-weight: normal
}

main , footer {
    padding: 0 30px;
    position: relative;
}

main img {
    position: absolute;
    z-index: 0;
}

main p {
    position: relative;
    padding: 20px 30px 0
}

header {
    padding:25px 30px 40px 
}

article {
    padding: 30px 30px 0
}

footer {}

@media only screen and (max-width: 49.938rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }
    
    article ,footer , main {
        padding:5px 3px
    }
    
    h1 {
font-size: 26px}

p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
       margin: 0 0 1rem;
    }
}

@media only screen and (max-width: 48rem) {}

@media only screen and (max-width: 30rem) {}

@media only screen and (max-width: 23.438rem) {

    
}
