@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');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700italic.eot');
    src: local(''), url('../fonts/roboto-v30-latin-700italic.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700italic.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700italic.woff') format('woff'), url('../fonts/roboto-v30-latin-700italic.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700italic.svg#Roboto') format('svg');
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    color: #000;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 17px;
    line-height: 21px;
    font-weight: 400;
}

#wrapper {
    max-width: 910px;
    margin: 1rem auto;
    border: 1px solid #000;
    padding: 0 2.8125rem 0.3125rem;
    background: url('../images/background.jpg') no-repeat bottom right;
    overflow: hidden;
}

header {
    margin: 0 -2.8125rem 0.625rem;
}

.text-size {
    font-size: 19px;
    line-height: 1.5rem;
    margin: 0 0 11px 6px;
}

.big {
    font-size: 1.4375rem;
}

.flex-box {
    overflow: hidden;
    margin-top: 0;
    display: flex;
    justify-content: space-between;
}

.flex-content-left {
    width: 30%;
    padding: 0.625rem 0.3125rem 3.5rem 0.625rem;
    background: #8ac1db;
    background: -moz-linear-gradient(-45deg, #95b3d7 0%, #89c3dc 50%, #558ed5 100%);
    background: -webkit-linear-gradient(-45deg, #95b3d7 0%, #89c3dc 50%, #558ed5 100%);
    background: linear-gradient(135deg, #95b3d7 0%, #89c3dc 50%, #558ed5 100%);
}

:is(.flex-content-left>p, .flex-content-right p) {
    margin-bottom: 1.35rem;
}

.flex-content-left>p:nth-of-type(1) {
    font-size: 1.0625rem;
    line-height: 1.5rem;
}

.flex-content-right {
    width: 70%;
    padding: 9px 0.5625rem;
    order: 2;
}

.red {
    color: #ce181e;
    margin-top: 1.0625rem;
    font-size: 0.9375rem;
    word-spacing: 3px;
}

.child-flex-box {
    overflow: hidden;
    margin: 11rem 0;
}

.child-flex-box p {
    font-size: 0.8125rem;
}

.left-one {
    width: 43%;
    display: inline-block;
}

.right-one {
    width: 57%;
    color: #fff;
    font-weight: bold;
}

.text-justify {
    text-align: justify;
    hyphens: auto;
}

footer {
    margin: 0.3125rem -1.875rem 0;
    padding: 0 1.875rem;
    height: 15px;
    background: rgba(247, 197, 101, 0.8);
    position: relative;
}

footer p {
    width: 60%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background: #012852;
}

:is(strong, h1, h2, h3) {
    font-weight: 700;
}

.title {
    background: #f0cd9a;
    padding: 14px 1rem;
    margin-bottom: 14px;
}

.title :is(p, h1) {
    text-align: center;
}

.title p {
    font-size: 32px;
    line-height: 1.2;
}

.title p small {
    font-size: 74%;
}

h1 {
    font-size: 2.25rem;
    line-height: 1.2;
}

h1 span {
    font-size: 16px;
    display: block;
}

h2 {
    margin: 0 0 0.125rem;
    font-size: 1.125rem;
    line-height: 1.25rem;
    color: #ce181e;
}

h3 {
    font-size: 1.1875rem;
    margin-bottom: 20px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
}

ul {
    margin: 0 0 0.9375rem;
    list-style: none;
}

ul li {
    padding-left: 1.5625rem;
}

li:before {
    content: "\2022";
    float: left;
    margin-top: -0.0625rem;
    font-size: 1.25rem;
    text-indent: -1.5625rem;
}

ul:last-of-type {
    margin-bottom: 1.5rem;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.margin {
    margin: 0 !important;
}

@media all and (max-width:910px) {
    #wrapper {
        margin: 0;
        border: none;
    }

    :is(p, ul) {
        hyphens: auto;
    }

    .text-justify {
        text-align: left;
    }
}

@media all and (max-width:908px) {
    #wrapper {
        padding: 0 1rem 1rem;
    }

    header {
        margin: 0 -1rem 1rem;
    }

    br {
        display: none;
    }

    :is(.child-flex-box br, .text-mobile-center br) {
        display: inline-block;
    }

    .text-size {
        font-size: 1.0625rem;
        line-height: 1.3125rem;
    }

    .left-one {
        width: auto;
    }

    p span {
        white-space: nowrap;
    }
}

@media all and (max-width:772px) {
    .child-flex-box {
        margin: 1.25rem 0;
    }

    .left-one {
        margin-top: 0.625rem;
    }

    :is(.left-one, .right-one) {
        width: 100%;
    }
}

@media all and (max-width:650px) {
    .flex-box {
        display: block;
    }

    :is(.flex-content-right, .flex-content-left) {
        width: auto !important;
        padding: 1rem 1rem 0.1875rem;
    }

    .child-flex-box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    h1 {
        font-size: 1.875rem;
    }

    .left-one {
        width: 106px;
    }

    .right-one {
        width: auto !important;
    }

    .text-mobile-center {
        text-align: center;
        margin-bottom: 1rem;
    }
}