@charset "utf-8";

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/inter-v12-latin-regular.eot');
    src: local(''), url('../fonts/inter-v12-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/inter-v12-latin-regular.woff2') format('woff2'), url('../fonts/inter-v12-latin-regular.woff') format('woff'), url('../fonts/inter-v12-latin-regular.ttf') format('truetype'), url('../fonts/inter-v12-latin-regular.svg#Inter') format('svg');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/inter-v12-latin-600.eot');
    src: local(''), url('../fonts/inter-v12-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/inter-v12-latin-600.woff2') format('woff2'), url('../fonts/inter-v12-latin-600.woff') format('woff'), url('../fonts/inter-v12-latin-600.ttf') format('truetype'), url('../fonts/inter-v12-latin-600.svg#Inter') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #4B4B4B;
    font-family: 'Inter', Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #308740;
    padding: 2.25rem 2.25rem .625rem
}

a {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 .375rem;
}

h1 {
    color: #B41E4C;
    font-size: 1.437rem;
    margin: 0 0 .937rem
}

h2 {
    font-size: 1rem;
}

h3 {
    color: #B41E4C;
    font-size: 1rem;
    margin-top: 1.25rem
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding-left: 1.875rem
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .25rem;
    height: .25rem;
    background: #4B4B4B;
    margin-left: -.937rem;
    top: .562rem;
}

header {
    position: absolute;
    right: 2.25rem;
}

aside {
    width: 45%;
    margin: 0 0 1rem;
}

article {
    background: #F8EFDE;
    padding: .625rem 1.25rem 1.875rem
}

article p span {
    display: inline-block;
    width: 15rem
}

footer {
    padding: 1.25rem 1.25rem .625rem;
    color: #fff;
    font-weight: 600;
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

foter p a:first-of-type {
    text-decoration: underline;
}

@media only screen and (max-width: 49.937rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    header {
        position: static;
        display: flex;
        justify-content: center;
    }

    aside {
        width: 100%;
        margin: 0 0 .625rem;
    }

    article,
    footer {
        padding: .937rem
    }

    article p span {
        width: auto;
        display: inline
    }

    article p:nth-of-type(2) br {
        display: none
    }

    h1 {
        line-height: 1.2
    }

    footer {
        display: block;
    }

    footer p {
        margin-bottom: .625rem
    }
}

@media only screen and (max-width: 23.438rem) {

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}
