@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: 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');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/roboto-v30-latin-900.eot');
    src: url('../fonts/roboto-v30-latin-900.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-900.woff2') format('woff2'), url('../fonts/roboto-v30-latin-900.woff') format('woff'), url('../fonts/roboto-v30-latin-900.ttf') format('truetype'), url('../fonts/roboto-v30-latin-900.svg#Roboto') format('svg');
}

* {
    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: 696px;
    margin: 16px auto;
    border: 1px solid #cbcbcb;
    padding: 24px 20px 1px 40px;
    background: #dbe0e8;
    position: relative;
}

.logo {
    margin: 26px 0;
}

footer {
    position: absolute;
    bottom: 24px;
    right: 70px;
}

.width {
    display: inline-block;
    width: 60px;
}

p {
    margin: 0 0 18px;
}

span:not(.color) {
    white-space: nowrap;
}

:is(strong, h2, h3) {
    font-weight: 700;
}

h1 {
    margin: 0 130px 20px -40px;
    font-weight: 900;
    font-size: 41px;
    line-height: 1.15;
    background: #f89c27;
    color: #fff;
    padding: 10px 40px;
}

h1 small {
    font-size: 16px;
}

h1 .color {
    display: block;
}

:is(ul, .color, h3) {
    color: #065ba8 !important;
}

h2 {
    margin: 0 0 6px;
    font-size: 22px;
    line-height: 26px;
    color: #f89c27;
}

h3 {
    font-size: 1.0625rem;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #231f20;
    text-decoration: none;
    white-space: nowrap;
}

a.color {
    font-size: 18px;
}

ul {
    padding: 0 0 18px;
    list-style: none;
}

ul li {
    padding-left: 20px;
}

li:before {
    content: '\2022';
    float: left;
    font-size: 25px;
    text-indent: -20px;
}

img {
    max-width: 100%;
}

@media all and (max-width: 695px) {
    #wrapper {
        margin: 0 auto;
        padding: 1rem;
        border: none;
    }

    footer {
        right: 16px;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty;
    }

    h1 {
        padding: 10px 16px;
        margin: 0 0 20px -16px;
    }
}

@media all and (max-width: 550px) {
    footer {
        position: static;
    }

    :is(.logo, footer) {
        display: flex;
        justify-content: center;
    }

    :is(h3, .center) {
        text-align: center;
    }

    h1 {
        font-size: 7.3vw;
        line-height: 1.2;
    }

    h2 {
        font-size: 19px;
        line-height: 24px;
    }
}