@charset "utf-8";

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: "Arial", sans-serif;
    font-size: 1.062rem;
    line-height: 1.4;
    background: #F8F8F8;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 1px #000;
}

:is(a:link, a:visited, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a.web {
    color: #4F5CD6;
}

p {
    margin: 0 0 .625rem;
}

ul {
    list-style: none;
    margin: 0 0 1.562rem;
    padding: 0;
}

ul li {
    padding-left: 1.375rem;
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: 15px;
    height: 16px;
    background: url(../images/list.jpg) no-repeat;
    background-size: contain;
    margin-left: -24px;
    top: 1px;
}

header p:nth-of-type(1) {
    position: absolute;
    top: 190px;
    right: 4.687rem;
    text-align: center;
    font-size: 20px;
}

header p:nth-of-type(2) {
    position: absolute;
    top: 270px;
    right: 5.312rem;
    text-align: center;
    font-size: 1.25rem;
    color: #D70523;
}

h1 {
    color: #D70523;
    font-size: 2rem;
    margin: .625rem 0 1.562rem;
}

h2 {
    font-size: 1.125rem;
}

article {
    padding: 0 2.5rem 1.875rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0 .625rem .75rem -.312rem, rgba(0, 0, 0, 0.3) 0 0 0 0;
}

p span {
    color:#CE212B;
}

footer {
    padding: 2.5rem;
}

footer p {
    text-align: center;
    margin: 0;
}

a.button {
    background: #D70523;
    padding: 10px;
    color: #fff;
}

.center {
    text-align: center;
    margin: 1.875rem 0;
}

@media only screen and (max-width: 49.938rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    header p:nth-of-type(1),
    header p:nth-of-type(2) {
        position: static;
    }

    header p br {
        display: none;
    }

    h1 {
        text-align: center;
        margin: .625rem 0;
        font-size: 1.625rem;
    }

    article {
        padding: 0 .625rem .937rem;
    }

    footer {
        padding: 1.25rem
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}
