@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: local(''), url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v30-latin-500.eot');
    src: local(''), url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), url('../fonts/roboto-v30-latin-500.woff') format('woff'), url('../fonts/roboto-v30-latin-500.ttf') format('truetype'), url('../fonts/roboto-v30-latin-500.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: local(''), url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    color: #231f20;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

#wrapper {
    max-width: 835px;
    margin: 16px auto;
    border: 1px solid #eeefef;
    padding: 30px 25px;
    background-color: #fff;
    position: relative;
}

header {
    position: absolute;
    top: 0;
    right: 57px;
    z-index: 99;
}

article {
    padding: 174px 32px 10px;
    background: #eeefef;
}

.flex {
    display: flex;
    justify-content: space-between;
    padding: 0 0 80px;
}

.flex>div {
    width: 49%;
    position: relative;
}

.background {
    background: #6f993f;
    padding: 16px;
    position: absolute;
    bottom: -120px;
    left: 0;
}

.background :is(p, a) {
    color: #fff !important;
}

figure {
    margin: 0 -57px 20px 0;
}

article p {
    margin: 0 0 16px;
}

footer {
    position: absolute;
    bottom: 34px;
    left: 22%;
    z-index: 9;
}

footer p {
    font-size: 22px;
    line-height: 1.3;
}

hr {
    border: 0;
    border-bottom: 1px dotted #000;
    margin: 0 0 16px -32px;
    width: 53%;
}

strong {
    font-weight: 700;
}

h1 {
    margin: 0 0 46px;
    font-weight: 700;
    font-size: 45px;
    line-height: 1.15;
    color: #6f993f;
}

h1 small {
    font-weight: 400;
    font-size: 24px;
    color: #231f20;
}

h1 span {
    font-size: 32px;
}

h2 {
    margin: 0 0 16px;
    font-weight: 500;
    font-size: 16px;
}

h3 {
    margin: 0 0 8px;
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #6f993f;
    text-decoration: none;
    white-space: nowrap;
}

ul {
    margin: 0 0 16px;
    list-style: none;
}

ul li {
    padding-left: 20px;
}

.color span {
    background: #eeb48f;
    padding: 2px 0;
}

li:before {
    content: '\2022';
    float: left;
    font-size: 16px;
    text-indent: -20px;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

@media all and (max-width: 834px) {
    #wrapper {
        margin: 0 auto;
        padding: 16px;
        border: none;
    }

    header {
        right: 32px;
    }

    article {
        padding: 174px 16px 0;
    }

    footer {
        left: 20%;
    }

    .flex {
        padding: 0;
    }

    .background {
        position: static;
    }

    figure {
        margin: 0 -32px 16px 0;
    }

    hr {
        margin: 0 0 16px -16px;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty;
    }

    :is(span:not(.color span), h1 small) {
        white-space: nowrap;
    }
}

@media all and (max-width: 767px) {
    #wrapper {
        background: #eeefef;
    }

    header {
        display: flex;
        justify-content: center;
        position: static;
    }

    article {
        padding: 16px 0;
    }

    .flex {
        display: block;
    }

    .flex div {
        width: 100%;
    }

    figure {
        margin: 0 0 16px;
    }

    footer {
        position: static;
    }

    h1 {
        margin: 0 0 20px;
    }

    h1 br {
        display: none;
    }

    ul li {
        padding-left: 16px;
    }

    li:before {
        text-indent: -16px;
    }

    hr {
        width: auto;
        margin: 0 -16px 16px;
    }
}