@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: 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-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: 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');
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #242021;
    font-weight: 400;
}

#wrapper {
    max-width: 955px;
    margin: 1rem auto;
    border: solid thin #242021;
    overflow: hidden;
}

article {
    padding: 1rem 2.5rem 1.875rem;
}

footer {
    padding: 1rem 2.5rem 0.625rem;
    position: relative;
    background: #015398;
}

footer p {
    font-size: 15px;
    width: 519px;
}

footer :is(p, a) {
    color: #fff !important;
}

.logo-social-footer {
    overflow: hidden;
    position: absolute;
    top: -51px;
    right: 31px;
    display: flex;
    align-items: center;
    gap: 4px;
}

:is(strong, h1, h2, h3, h4) {
    font-weight: 700;
}

h1 {
    font-size: 34px;
    margin: 1rem 0;
    line-height: 1.2;
    color: #015398;
    text-align: center;
}

.size {
    text-align: center;
    color: #015398;
    font-size: 18px;
    line-height: 1.375rem;
}

h2 {
    font-size: 21px;
    margin: 1rem 0 0.375rem;
    line-height: 1.375rem;
    color: #A6CE3D;
}

h3 {
    font-size: 1.1875rem;
    margin: 1rem 0;
    line-height: 1.1875rem;
    background: #A6CE3D;
    position: absolute;
    bottom: 0.3125rem;
    left: 0;
    padding: 0.375rem 1.5625rem 0.5rem 2.5rem;
}

h4 {
    font-size: 25px;
    margin: 20px 0;
    line-height: 1.4375rem;
    color: #A6CE3D;
    text-align: right;
}

h4 span {
    color: #fff;
    font-weight: 400;
}

img {
    max-width: 100%;
}

p:not(:last-child) {
    margin-bottom: 19px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #242021;
    text-decoration: none;
    white-space: nowrap;
}

ul {
    margin: 0 0 28px;
    list-style: none;
}

ul li {
    padding-left: 0.75rem;
    margin-bottom: 5px;
}

li:before {
    text-indent: -0.75rem;
    content: "|";
    color: #015398;
    float: left;
    margin-top: -0.0625rem;
    font-size: 1.0625rem;
}

@media screen and (max-width: 954px) {
    #wrapper {
        border: none;
        margin: 0;
    }

    h1 {
        line-height: 38px;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty;
    }

    :is(article, footer) {
        padding: 1rem;
    }

    p span {
        white-space: nowrap;
    }

    .logo-social-footer {
        justify-content: center;
    }

    footer {
        margin-top: 30px;
    }

    footer p {
        width: auto;
        margin: 0 364px 0 0;
    }
}

@media screen and (max-width: 670px) {
    h3 {
        position: static;
        width: 199px;
        padding: 0.5rem 0.625rem 0.5625rem;
        margin: 0 auto;
    }

    :is(h3, h4) {
        text-align: center;
    }

    h1 {
        font-size: 30px;
    }

    h4 {
        margin-bottom: 0;
    }

    .logo-social-footer {
        position: static;
    }

    footer p {
        margin-right: 0;
    }
}

@media screen and (max-width: 392px) {
    h1 {
        font-size: 24px;
        line-height: 1.2;
    }
}