@charset "utf-8";

:root {
    font-size: 16px;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: "Arial", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 945px;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 1px #000;
    padding: 50px 15px
}

:is(a:link, a:visited, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 20px;
    text-align: justify
}

strong span {
    color: #0070C0
}

h1,
h2 {
    text-align: center;
    font-size: 25px;
    line-height: 1.4
}

h2 {
    margin: 30px 0
}

h3 {
    margin: 30px 0 15px;
    color: #0070C0;
    font-size: 17px
}

h4 {
    font-size: 27px;
    letter-spacing: 0.9px;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
    line-height: 1.3
}

ul li {
    padding-left: 72px;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -42px;
    font-size: 1.375em;
    line-height: 1;
}

.smallmargin {
    margin: 15px 0 10px
}

.margin {
    margin: 0 0 30px
}

header {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-start;
    padding: 20px 90px
}

header p {
    line-height: 1.7
}

.right p {
    letter-spacing: 0.5px;
    text-align: left
}

.big {
    font-size: 25px;
    line-height: 1.2;
    text-align: justify
}

.big span {
    font-size: 28px;
    letter-spacing: 0.5px
}

p img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}

.img {
    margin: 0 0 30px
}

aside {
    padding: 0 90px
}

footer {
    padding: 60px 90px;
    display: flex;
    align-items: center;
}

footer section {
    text-align: center;
    margin: 0 auto
}

footer p {
    margin: 0;
    text-align: right;
    display: inline-block
}

footer span {
    padding-left: 20px
}

@media only screen and (max-width: 944px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }

    h1 span,
    h2 span {
        white-space: nowrap
    }

    .left,
    .big,
    p {
        text-align: left
    }
}

@media only screen and (max-width: 48rem) {

    header,
    aside,
    footer {
        padding: 10px
    }

    header {
        display: block;
        text-align: center;

    }

    .left p,
    .right p {
        text-align: center;
        letter-spacing: 0
    }
}

@media only screen and (max-width: 30rem) {

    h1,
    h2 {
        font-size: 18px
    }

    ul li {
        padding-left: 20px;
    }

    ul li:before {
        margin-left: -20px
    }

    .big,
    .big span {
        font-size: 20px;
        letter-spacing: 0;
        line-height: 1.6
    }

    footer {
        display: block;
        text-align: center;
        padding: 0 10px
    }

    footer p {
        text-align: center
    }
}

@media only screen and (max-width: 23.438rem) {
    header {
        padding: 10px 10px 0
    }

    .img {
        margin: 0
    }
}
