@font-face {
    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-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;
}

html {
    min-height: 100%;
}

body {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Roboto', Arial, sans-serif;
    color: #6E6E70;
    font-weight: 400;
}

#wrapper {
    position: relative;
    max-width: 614px;
    margin: 1rem auto;
    border: 2px solid #000;
    overflow: hidden;
    background: #fff;
    padding: 10px 20px 4px 12px;
}

#wrapper:before {
    content: "";
    width: 152px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #B9DBB2;
    clip-path: polygon(0 0, 100% 0, 53% 100%, 0% 100%);
}

article {
    padding-left: 140px;
}

.background {
    background: url('../images/background.png') no-repeat;
    width: 180px;
    height: 244px;
    padding: 12px 0 0 5px;
    position: absolute;
    top: 7%;
    left: 1%;
}

h3:nth-of-type(2) {
    color: #000;
    margin: 26px 0 0 -24px;
}

.margin {
    margin-left: 28px;
}

footer p {
    font-size: 12px;
    line-height: 1.4;
}

p {
    text-align: right;
    position: relative;
}

h1 {
    margin: 8px 0 16px;
    padding: 0 0 12px;
    font-size: 25px;
    line-height: 28px;
    font-weight: 700;
    text-align: right;
    color: #44b749;
    border-bottom: 1px solid #44b749;
}

h1:before {
    content: "\2022";
    font-size: 22px;
    font-family: Arial, sans-serif;
    margin-right: 8px;
}

h1 span {
    font-size: 12px;
    line-height: 18px;
    display: block;
    font-weight: 400;
    color: #6E6E70;
}

h1 strong {
    display: block;
}

h1 small {
    font-size: 17px;
}

h2 span {
    font-size: 19px;
    line-height: 22px;
    display: block;
    font-weight: 400;
}

h2 {
    font-size: 41px;
    line-height: 1;
    font-weight: 700;
    text-align: right;
    color: #58585A;
}

h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    text-align: center;
}

p:not(footer p) {
    margin-bottom: 9px;
}

header {
    padding: 0 0 16px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: flex-end;
    column-gap: 8px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #6E6E70;
    text-decoration: none;
    white-space: nowrap;
}

img {
    max-width: 100%;
}

span {
    white-space: nowrap;
}

@media (max-width: 614px) {
    #wrapper {
        hyphens: auto;
        margin: 0;
        border: none;
    }
}

@media (max-width: 568px) {
    #wrapper {
        padding: 16px;
    }

    header {
        justify-content: center;
    }

    article {
        padding-left: 0;
    }

    h1 strong {
        display: inline;
    }

    h2 span {
        font-size: 15px;
        line-height: 19px;
    }

    h2 {
        font-size: 27px;
    }

    .background {
        position: static;
        margin: 15px auto;
    }

    :is(p, h1) {
        text-align: center;
    }

    #wrapper:before {
        display: none;
    }

    .text .padding {
        padding-left: 0;
    }

    br:not(h3 br) {
        display: none;
    }
}