@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/source-sans-3-v15-latin-300.eot');
    src: url('../fonts/source-sans-3-v15-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-3-v15-latin-300.woff2') format('woff2'), url('../fonts/source-sans-3-v15-latin-300.woff') format('woff'), url('../fonts/source-sans-3-v15-latin-300.ttf') format('truetype'), url('../fonts/source-sans-3-v15-latin-300.svg#SourceSans3') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/source-sans-3-v15-latin-regular.eot');
    src: url('../fonts/source-sans-3-v15-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-3-v15-latin-regular.woff2') format('woff2'), url('../fonts/source-sans-3-v15-latin-regular.woff') format('woff'), url('../fonts/source-sans-3-v15-latin-regular.ttf') format('truetype'), url('../fonts/source-sans-3-v15-latin-regular.svg#SourceSans3') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/source-sans-3-v15-latin-500.eot');
    src: url('../fonts/source-sans-3-v15-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-3-v15-latin-500.woff2') format('woff2'), url('../fonts/source-sans-3-v15-latin-500.woff') format('woff'), url('../fonts/source-sans-3-v15-latin-500.ttf') format('truetype'), url('../fonts/source-sans-3-v15-latin-500.svg#SourceSans3') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/source-sans-3-v15-latin-700.eot');
    src: url('../fonts/source-sans-3-v15-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-3-v15-latin-700.woff2') format('woff2'), url('../fonts/source-sans-3-v15-latin-700.woff') format('woff'), url('../fonts/source-sans-3-v15-latin-700.ttf') format('truetype'), url('../fonts/source-sans-3-v15-latin-700.svg#SourceSans3') format('svg');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    min-height: 100%;
}

body {
    color: #000;
    font-family: 'Source Sans 3', Arial, sans-serif;
    font-size: 17px;
    line-height: 23px;
    font-weight: 300;
}

#wrapper {
    margin: 1rem auto;
    max-width: 1033px;
    border: 1px solid #000;
    background-color: #fff;
}

header {
    position: relative;
}

article {
    padding: 40px 45px;
}

.flexbox {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.left {
    width: 315px;
}

.right {
    width: 590px;
}

.right p {
    text-align: center;
}

.width {
    display: inline-block;
    width: 96px;
}

footer {
    background: #25292b;
    padding: 40px 290px 40px 43px;
    position: relative;
}

footer p {
    color: #fff;
    font-size: 91%;
}

.position {
    position: absolute;
    top: 20px;
    right: 40px;
    display: flex;
    align-items: flex-start;
    gap: 37px;
}

.position p {
    padding-top: 20px;
}

p:not(:first-of-type) {
    margin-top: 20px;
}

h1 {
    font-size: 51px;
    line-height: 1.1;
    font-weight: 300;
    position: absolute;
    bottom: 3%;
    left: 5%;
}

h1 span {
    display: block;
    font-size: 33px;
    margin-top: 5px;
}

h2 {
    font-size: 32px;
    line-height: 1.2;
    position: absolute;
    top: 8%;
    left: 5%;
}

:is(h1, h2) {
    color: #fff;
}

h3 {
    font-size: 29px;
    line-height: 1.2;
    display: inline-block;
    padding: 5px;
    color: #fff;
    font-weight: 400;
    transform: rotate(-3deg);
    background: #231f20;
}

h3 span {
    display: block;
    transform: rotate(3deg);
}

.font {
    font-size: 19px;
}

.logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px
}

.logo p {
    text-align: center;
    font-size: 29px;
    line-height: 30px;
}

ul {
    list-style: none;
    padding-bottom: 56px;
    margin-top: 9px;
}

ul li {
    padding-left: 0px;
}

li:before {
    content: "\2022";
    color: #000;
    float: left;
    font-size: 18px;
    margin-right: 4px;
}

img {
    max-width: 100%;
    display: block;
}

:is(h2, strong) {
    font-weight: 700;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

.strong {
    font-weight: 400 !important;
}

@media only screen and (max-width:1033px) {
    #wrapper {
        border: none;
        margin: 0;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty
    }

    :is(p, ul) span {
        white-space: nowrap;
    }

    :is(article, footer) {
        padding: 16px;
    }

    footer {
        padding-right: 330px
    }

    .left {
        width: 35%;
    }

    .right {
        width: 60%;
    }

}

@media only screen and (max-width:857px) {
    .position {
        position: static;
        margin-top: 16px;
        justify-content: flex-start;
    }

}

@media only screen and (max-width:700px) {
    .flexbox {
        display: block;
    }

    :is(.left, .right) {
        width: auto !important;
    }

    ul {
        padding-bottom: 20px
    }

    .logo {
        padding-top: 30px
    }

    footer {
        padding-right: 16px
    }

    :is(h1, h2) {
        color: #000;
        padding: 16px;
        position: static;
        text-align: center;
    }

    h1 {
        font-size: 30px
    }

    h1 span {
        font-size: 25px
    }

    h2 {
        font-size: 22px
    }

    h2 br {
        display: none;
    }

}
@media only screen and (max-width:480px) {
    .position {
        flex-direction: column;
        gap: 0;
    }

}