@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v25-latin-regular.eot');
    src: url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v25-latin-700.eot');
    src: url('../fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'), url('../fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'), url('../fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
    color: #4c4d4f;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    text-align: right;
}

#wrapper {
    max-width: 528px;
    margin: 1rem auto;
    border: 4px solid #f7b449;
    background-color: #fff;
    position: relative;
}

header .logo {
    position: absolute;
    top: 20px;
    left: 18px;
}

.sologan img {
    position: absolute;
    top: 45px;
    right: 0;
}

article {
    padding: 45px 105px 0 105px;
}

article p:last-of-type {
    text-align: center;
}

footer {
    padding: 35px 0 0;
}

footer :is(p, h3) {
    text-align: justify;
    hyphens: auto;
}

.infor {
    padding: 30px 20px 20px;
}

.infor p {
    padding: 5px 0;
    font-size: 67%;
    font-style: italic;
    line-height: 1.1;
}

p:not(:first-of-type) {
    margin-top: 15px;
}

:is(h1, h3, strong) {
    font-weight: 700;
}

h1 {
    font-size: 35px;
    line-height: 1.1;
    margin: 26px 1px 0 -31px;
    color: #f7b449;
}

h1 span {
    font-weight: 400;
    font-size: 20px;
    color: #4c4d4f;
}

h1 span:nth-of-type(1) {
    display: block;
    padding-right: 100px;
}

h1 span:nth-of-type(2) {
    padding-right: 10px;
}

h2 {
    font-size: 20px;
    line-height: 25px;
    font-style: italic;
    font-weight: 400;
    padding-bottom: 40px;
}

h2 span {
    display: block;
    font-size: 14px;
    line-height: 19px;
    padding-top: 10px;
}

h3 {
    font-size: 25px;
    line-height: 1.1;
    border-bottom: 2px solid #f7b449;
    margin: 0 -7px;
    padding: 0 7px 3px;
}

h3 span {
    font-size: 17px;
    padding-left: 17px;
}

img {
    max-width: 100%;
    vertical-align: middle;
}


:is(a:link, a:visited, a:hover, a:active) {
    color: #4c4d4f;
    text-decoration: none;
    white-space: nowrap;
}

@media only screen and (max-width:528px) {
    #wrapper {
        border: none;
        margin: 0;
    }

    article {
        padding: 16px 16px 16px 105px;
    }

    h2 {
        padding: 0 105px 25px 0
    }

    .sologan img {
        top: 16px
    }

    p {
        hyphens: auto;
    }

    br {
        display: none
    }

    h1 {
        margin: 16px 0;
        text-align: center;
        font-size: 33px;
    }

    h1 span {
        display: block !important;
        padding: 0 !important
    }

    h3 span {
        display: block;
        padding-left: 0;
    }

    footer :is(p, h3) {
        text-align: center;
    }
}

@media only screen and (max-width:450px) {
    article {
        padding: 16px
    }

    .sologan {
        min-height: 300px;
    }

    article p:first-of-type {
        text-align: center;
    }

    h2 {
        padding: 89px 0 68px 89px;
    }
}