@font-face {
    font-display: swap;
    font-family: 'Hind';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/hind-v16-latin-regular.eot');
    src: url('../fonts/hind-v16-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/hind-v16-latin-regular.woff2') format('woff2'), url('../fonts/hind-v16-latin-regular.woff') format('woff'), url('../fonts/hind-v16-latin-regular.ttf') format('truetype'), url('../fonts/hind-v16-latin-regular.svg#Hind') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Hind';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/hind-v16-latin-600.eot');
    src: url('../fonts/hind-v16-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/hind-v16-latin-600.woff2') format('woff2'), url('../fonts/hind-v16-latin-600.woff') format('woff'), url('../fonts/hind-v16-latin-600.ttf') format('truetype'), url('../fonts/hind-v16-latin-600.svg#Hind') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Hind';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/hind-v16-latin-700.eot');
    src: url('../fonts/hind-v16-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/hind-v16-latin-700.woff2') format('woff2'), url('../fonts/hind-v16-latin-700.woff') format('woff'), url('../fonts/hind-v16-latin-700.ttf') format('truetype'), url('../fonts/hind-v16-latin-700.svg#Hind') format('svg');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
    color: #56585a;
    font-family: 'Hind', Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

#wrapper {
    max-width: 732px;
    margin: 1rem auto;
    border: 1px solid #d7171f;
    background-color: #fff;
}

article {
    padding: 10px 25px 0;
}

.font {
    font-size: 22px;
    line-height: 26px;
}

footer {
    position: relative;
    padding: 0 25px 10px;
}

.logo {
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
}

p:not(:first-of-type) {
    margin-top: 10px;
}

h1 {
    font-size: 60px;
    line-height: 1;
    margin: 5px 0 0;
}

h1 span {
    font-size: 29px;
}

h1+p {
    margin-top: -3px !important;
}

h2 {
    font-size: 18px;
    line-height: 23px;
    margin-top: 10px;
}

:is(h1, h2) {
    color: #d7171f
}

ul {
    list-style: none
}

ul li {
    padding-left: 22px;
}

li:before {
    content: "\25A0";
    color: #d7171f;
    float: left;
    font-size: 21px;
    text-indent: -22px;
    margin-top: -1px;
}

img {
    max-width: 100%;
    display: block;
}

:is(h1, h2, strong) {
    font-weight: 700;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #56585a;
    text-decoration: none;
    white-space: nowrap;
}

@media only screen and (max-width:732px) {
    #wrapper {
        border: none;
        margin: 0;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty
    }

    :is(p, ul) span {
        white-space: nowrap;
    }

    :is(article, footer) {
        padding: 5px 16px
    }
}

@media only screen and (max-width:570px) {
    h1 {
        font-size: 9vw;
    }

    h1 span {
        font-size: 17px
    }

    h1+p {
        margin-top: 5px !important
    }
}

@media only screen and (max-width:500px) {
    footer :is(h2, p) {
        text-align: center;
    }

    h1 {
        text-align: center;
    }

    .logo {
        justify-content: center;
    }
}