@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');
}

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    color: #000;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.875rem;
    font-weight: 400;
}

#wrapper {
    max-width: 586px;
    margin: 16px auto;
    border: 1px solid #000;
    background-color: #fff;
}

header {
    padding: 1.625rem 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header p {
    text-align: right;
    margin: 0;
    color: #0D3A87;
    font-size: 0.9375rem;
    line-height: 1.4375rem;
}

.background {
    position: relative;
}

.background div {
    position: absolute;
    right: 4rem;
    top: 90px;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.flex div {
    width: 50%;
    padding: 1.25rem 1.25rem 0.75rem;
}

.box {
    background: #EFFAFF;
}

footer {
    padding: 0.25rem 2.75rem 8px;
    background: #ADDCDA;
    background: -moz-linear-gradient(top, #ADDCDA 0%, #C1E4E2 25%, #D6EBEA 50%, #E9F2F2 75%, #F6F6F6 100%);
    background: -webkit-linear-gradient(top, #ADDCDA 0%, #C1E4E2 25%, #D6EBEA 50%, #E9F2F2 75%, #F6F6F6 100%);
    background: linear-gradient(to bottom, #ADDCDA 0%, #C1E4E2 25%, #D6EBEA 50%, #E9F2F2 75%, #F6F6F6 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

:is(footer p, h3) {
    text-align: center;
}

.button {
    margin-top: 0.5rem;
}

:is(.tel, .button a) {
    padding: 0.25rem 1rem;
    display: inline-block;
    width: 194px;
    text-align: center;
    background: #0D3A87;
    border-radius: 27px;
    color: #fff !important;
    font-size: 1.1875rem;
    line-height: 1.8125rem;
}

p {
    margin: 0 0 16px;
}

:is(strong, h2, h3) {
    font-weight: 700;
}

h1 {
    padding: 1rem 1.25rem;
    font-weight: 900;
    font-size: 2.625rem;
    line-height: 3.25rem;
    text-align: center;
    text-shadow: 4px 0 #3D989B, -4px 0 #3D989B, 0 4px #3D989B, 0 -4px #3D989B, 4px 4px #3D989B, -4px -4px #3D989B, 4px -4px #3D989B, -4px 4px #3D989B;
    background: #ADDCDA;
    color: #fff;
}

h1 span {
    display: block;
    margin: 0 0 0.625rem;
    font-size: 1.5rem;
    line-height: 1.75rem;
    text-shadow: 2px 0 #3D989B, -2px 0 #3D989B, 0 2px #3D989B, 0 -2px #3D989B, 2px 2px #3D989B, -2px -2px #3D989B, 2px -2px #3D989B, -2px 2px #3D989B;
}

h2 {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 20px;
}

h3 {
    margin: 8px 0;
    font-size: 1rem;
    line-height: 1.25rem;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

ul {
    list-style: none;
}

ul li {
    padding-left: 24px;
}

li:before {
    content: '\2022';
    color: #000;
    float: left;
    font-size: 1.375rem;
    text-indent: -0.875rem;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

@media all and (max-width: 585px) {
    #wrapper {
        margin: 0 auto;
        border: none;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty;
    }

    article br {
        display: none;
    }
}

@media all and (max-width: 562px) {
    header {
        flex-direction: column;
        gap: 16px;
    }

    header p {
        text-align: center;
    }

    :is(h1, header, .flex div, footer) {
        padding: 16px;
    }

    .background div {
        top: 27%;
        right: 10%;
    }
}

@media all and (max-width: 529px) {
    .flex {
        display: block;
    }

    .flex div {
        width: 100%;
    }

    h1 {
        font-size: 2rem;
    }
}

@media all and (max-width: 424px) {
    .background div {
        background: #DCDCDE;
        position: static;
        padding: 16px;
    }

    ul li {
        padding-left: 16px;
    }

    li:before {
        text-indent: -16px;
    }
}