@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%;
}

img {
    max-width: 100%;
}

body {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Roboto', Arial, sans-serif;
    color: #6E6E70;
    font-weight: 400;
}

#wrapper {
    position: relative;
    max-width: 700px;
    margin: 1rem auto;
    border: 2px solid #000;
    overflow: hidden;
    background-color: #fff;
    padding: 10px 10px 10px 110px;
}

#wrapper:before {
    content: "";
    width: 130px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #B9DBB2;
    clip-path: polygon(0 0, 100% 0, 54% 100%, 0% 100%);
}

.background {
    background: url('../images/background.png') no-repeat;
    width: 128px;
    height: 164px;
    padding: 12px 0 0 5px;
    position: absolute;
    top: 4%;
    left: 3%;
}

h3:nth-of-type(2) {
    color: #000;
    margin: 19px 0 0 -21px;
}

.margin {
    margin-left: 10px;
}

.text {
    margin-left: 10px;
}

.text .padding {
    padding-left: 10px;
}

h1 {
    margin: 16px 0;
    font-size: 21px;
    line-height: 26px;
    font-weight: 700;
    text-align: center;
    color: #42B648;
}

h1:before {
    content: "\2022";
    font-size: 21px;
    font-family: Arial, sans-serif;
    margin-right: 11px;
}

h1 span {
    font-size: 18px;
    line-height: 24px;
    display: block;
    font-weight: 400;
}

h1 small {
    font-size: 20px;
}

h2 span {
    font-size: 15px;
    line-height: 19px;
    display: block;
    font-weight: 400;
}

h2 {
    font-size: 33px;
    line-height: 1.2;
    font-weight: 700;
    text-align: right;
    color: #58585A;
}

h3 {
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    color: #fff;
    text-align: center;
}

p:not(footer p) {
    margin-bottom: 9px;
}

header {
    padding: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #6E6E70;
    text-decoration: none;
    white-space: nowrap;
}

p span {
    white-space: nowrap;
}

@media (max-width: 699px) {
    #wrapper {
        hyphens: auto;
        margin: 0;
        border: none;
    }
}

@media (max-width: 599px) {
    #wrapper {
        padding: 16px;
    }

    h2 span {
        font-size: 15px;
        line-height: 19px;
    }

    h2 {
        font-size: 27px;
    }

    .background {
        position: static;
        margin: 15px auto;
    }

    p {
        text-align: center;
    }

    #wrapper:before {
        display: none;
    }

    .text .padding {
        padding-left: 0;
    }

    .margin,
    .text {
        margin-left: 0;
    }
}