@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v40-latin-regular.eot');
    src: url('../fonts/open-sans-v40-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-regular.woff') format('woff'), url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v40-latin-700.eot');
    src: url('../fonts/open-sans-v40-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-700.woff') format('woff'), url('../fonts/open-sans-v40-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-700.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/pt-serif-v18-latin-regular.eot');
    src: url('../fonts/pt-serif-v18-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/pt-serif-v18-latin-regular.woff2') format('woff2'), url('../fonts/pt-serif-v18-latin-regular.woff') format('woff'), url('../fonts/pt-serif-v18-latin-regular.ttf') format('truetype'), url('../fonts/pt-serif-v18-latin-regular.svg#PTSerif') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/pt-serif-v18-latin-700.eot');
    src: url('../fonts/pt-serif-v18-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/pt-serif-v18-latin-700.woff2') format('woff2'), url('../fonts/pt-serif-v18-latin-700.woff') format('woff'), url('../fonts/pt-serif-v18-latin-700.ttf') format('truetype'), url('../fonts/pt-serif-v18-latin-700.svg#PTSerif') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    padding: 1.875rem 5rem;
    overflow: hidden;
    background: #fff;
    border: solid 1px #000;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 1rem;
}

p span,
h1 span {
    white-space: nowrap;
}

.justify {
    text-align: justify;
    hyphens: auto;
}

.margin {
    margin: 0
}

h1 {
    font-size: 1.312rem;
    margin: 0 0 1rem;
    font-weight: 700
}

h2 {
    font-size: 1rem;
    text-decoration: underline 2px;
    font-weight: 700
}

h3 {
    font-family: 'PT Serif', Times New Roman, serif;
    font-size: 2.187rem;
    line-height: 1;
    text-align: center;
    margin: 0 0 1rem;
    font-weight: 700
}

h3 span {
    font-weight: 400;
    font-size: 1.25rem;
}

ul {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
}

ul li {
    padding-left: 3.437rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.75rem;
    font-size: 1.875rem;
    line-height: 0.8;
}

header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

article {
    padding: 1rem 0
}

footer {
    display: flex;
    align-items: center;
    gap: 1.875rem
}

footer p {
    line-height: 1.3;
    margin: 0
}

@media only screen and (max-width: 799px) {
    #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
    }


    ul li {
        padding-left: 1.5rem
    }

    ul li:before {
        margin-left: -1.125rem;
    }

    .justify {
        text-align: left;
    }

    h3 {
        line-height: 1.3
    }

    footer {
        justify-content: space-around;
        gap: 1rem;
    }
}

@media only screen and (max-width: 640px) {
    footer {
        flex-direction: column;
        align-items: center;
    }

    footer p {
        text-align: center
    }
}

@media only screen and (max-width: 480px) {
    h3 {
        font-size: 1.875rem;
    }

    ul li {
        padding-left: 1.875rem
    }
}