@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: 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: 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: 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');
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
:root {
    font-size: 16px;
}
body {
    color: #000;
    font: 400 1em/1.5em 'Roboto', Arial, sans-serif;
}
#wrapper {
    max-width: 860px;
    margin: 1rem auto;
    border: 2px solid #0D6E8E;
    background-color: #fff;
    position: relative;
}
.logo {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    background: #A4DAD2 url('../images/background-logo.jpg') top no-repeat;
    background-size: 100%;
    padding: 8% 2rem 0.75rem;
    border-radius: 0 0 1rem 1rem;
}
p {
    margin: 0 0 0.625rem;
}
:is(strong, h1, h3, h2, h4) {
    font-weight: 700;
    color: #0D6E8E;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: #0D6E8E;
    text-decoration: none;
}
h1 {
    margin: 0 0 1.25rem;
    font-size: 2.75em;
    line-height: 1.2;
}

h1 small {
    font-size: 1.75rem;
    display: block;
    line-height: 1.3;
}
h1 span {
    font-size: 1.25rem;
    line-height: 1.3;
}
h3 {
    font-size: 1.625em;
    line-height: 1.3em;
}
h3 span {
    display: block;
    font-weight: 400;
    font-size: 25px;
    line-height: 29px;
}
:is(h3 a.color, h3) {
    color: #A4DAD2
}
h2 {
    margin: 1rem 0;
    font-size: 1.3125em;
    line-height: 0.5;
    border-bottom: 2px solid #A4DAD2;
    text-transform: uppercase;
}
h4 {
    margin: 0 0 1rem;
    font-size: 1.25em;
    line-height: 1.5em;
}
ul {
    padding: 0 0 0.5rem;
    list-style: none;
}
li {
    padding-left: 1rem;
}
li:before {
    content: "•";
    font-size: 1.3em;
    float: left;
    margin: 0 0 0 -1rem;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
article {
    padding: 0 2rem;
}
.content {
    width: 52%;
    background: #0D6E8E url('../images/background-content.jpg') bottom no-repeat;
      background-size: auto;
    background-size: auto;
    background-size: 100%;
    padding: 26px 23px 15%;
    border-radius: 1rem 1rem 0 0;
    margin: -41% 0 1.625rem;
    position: relative;
}
.content :is(p, h1, strong) {
    color: #fff;
}
:is(.content .font, .font strong) {
    font-size: 1.1em;
}
.fw500 {
    font-weight: 500;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 10px;
}
.flex div, .flex > ul {
    width: 47%;
}
.margin {
    margin: 0 0 1.625rem;
}
.margin ul {
    padding: 0;
}
article > p:last-of-type {
    position: relative;
}
footer {
    padding: 0 2rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: -2rem 0 0;
}
@media all and (max-width: 859px) {
    #wrapper {
        margin: 0;
        border: none;
    }
    article {
        padding: 0 1rem;
    }
    .content {
        margin: -40% 0 1.625rem;
        padding: 1rem 1rem 12%;
    }
    footer {
        padding: 0 1rem 1rem;
        margin: 0;
    }
    :is(p, ul, h1) {
        hyphens: auto;
    }
    :is(a, p span) {
        display: inline-block;
    }
}
@media all and (max-width: 780px) {
    .content {
        margin: 1rem 0 1.625rem;
        width: 100%;
    }
    .flex {
        flex-direction: column;
    }
    .flex div, .flex > ul {
        width: 100%;
    }
    h2 {
        margin: 1rem 0;
    }
}
@media all and (max-width: 620px) {
    .content {
        background: #0D6E8E;
        border-radius: 10px;
        padding: 1rem;
    }
    .logo {
        border-radius: 10px;
        justify-content: center;
        padding: 3.5rem 3rem 1rem;
        width: auto;
    }
}
@media all and (max-width: 480px) {
    footer{
        flex-direction: column;
         align-items: center;
        gap: 1rem;
    }
    h3 {
        font-size: 1.5em;
        line-height: 1.5em;
    }
}