@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-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #231f20;
}

#wrapper {
    margin: 1rem auto;
    max-width: 510px;
    background: #fff;
    border: solid thin #ee1c25;
    padding: 13px 1rem 1rem;
    position: relative;
    border-top-left-radius: 50px;
}

header {
    margin: 0 0 12px -7px;
}

.center {
    text-align: center;
}

.block {
    display: block;
    width: 262px;
}

.position {
    background: #d2d3d5;
    position: absolute;
    right: 0;
    top: 0;
    width: 229px;
    padding: 1rem;
    border-bottom-left-radius: 94px;
}

:is(h1, strong) {
    font-weight: 700;
}

h1 {
    font-size: 1.9375rem;
    margin: 6px 0 0;
    line-height: 1;
}

h1 span {
    font-size: 1.125rem;
    display: block;
    margin-top: 0.375rem;
    white-space: nowrap;
}

p:not(:last-child) {
    margin-bottom: 0.5rem;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #231f20;
    text-decoration: none;
    white-space: nowrap;
}

img {
    max-width: 100%;
}

ul {
    margin: 0 0 0.5rem 0.9375rem;
}

ul li {
    list-style: none;
    text-indent: -0.75rem;
}

ul li:before {
    font-size: 0.875rem;
    margin-right: 0.75rem;
    float: left;
    content: "\2022";
    font-family: Arial, sans-serif;
    color: #EE1D25;
}

@media screen and (max-width: 509px) {
    #wrapper {
        border: none;
        margin: 0;
        border-radius: 0;
        padding: 1rem;
    }

    header {
        margin: 0 0 2.4375rem;
    }

    header img {
        width: 230px;
    }

    .position {
        width: 200px;
        border-bottom-left-radius: 57px;
    }

    .block {
        display: inline;
    }

    :is(h1, p, ul li) {
        hyphens: auto;
        text-wrap: pretty;
    }

    h1 {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 458px) {
    header img {
        width: 200px;
    }
}

@media screen and (max-width: 426px) {
    header {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 1rem;
    }

    header img {
        width: auto;
    }

    h1 {
        font-size: 1.375rem;
    }

    h1 span {
        display: inline;
    }

    .position {
        width: 100%;
        position: static;
        border-radius: 1.25rem;
        margin: 1rem 0;
    }
}