@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v35-latin-regular.eot');
    src: url('../fonts/open-sans-v35-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v35-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v35-latin-regular.woff') format('woff'), url('../fonts/open-sans-v35-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v35-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v35-latin-700.eot');
    src: url('../fonts/open-sans-v35-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v35-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v35-latin-700.woff') format('woff'), url('../fonts/open-sans-v35-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v35-latin-700.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans-v44-latin-600.eot');
    src: url('../fonts/open-sans-v44-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v44-latin-600.woff2') format('woff2'), url('../fonts/open-sans-v44-latin-600.woff') format('woff'), url('../fonts/open-sans-v44-latin-600.ttf') format('truetype'), url('../fonts/open-sans-v44-latin-600.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Kalam';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/kalam-v18-latin-700.eot');
    src: url('../fonts/kalam-v18-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/kalam-v18-latin-700.woff2') format('woff2'), url('../fonts/kalam-v18-latin-700.woff') format('woff'), url('../fonts/kalam-v18-latin-700.ttf') format('truetype'), url('../fonts/kalam-v18-latin-700.svg#Kalam') format('svg');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
    color: #000;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}

#wrapper {
    max-width: 1024px;
    margin: 1rem auto;
    border: 1px solid #000;
    background-color: #fff;
}

header {
    position: relative;
}

.logo {
    position: absolute;
    bottom: 10px;
    right: 0
}

article {
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.left {
    width: 30%;
}

.right {
    width: 70%;
    padding: 0 10px;
}

.top {
    background: #0da2dd;
    padding: 20px;
    margin: 0 0 0 -20px;
}

.top :is(h3, p) {
    color: #fff;
}

.top p {
    position: relative;
    padding-left: 98px;
}

.top p span {
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0
}

.font {
    font-size: 15px;
    font-weight: 700;
    padding: 5px 0 0;
    margin-left: -10px;
}

.left figure {
    padding: 10px 0;
}

.flex-box {
    position: relative;
    padding-left: 80px;
    margin-top: 16px;
}

.flex-box img {
    position: absolute;
    top: 0;
    left: 0;
}

footer {
    padding: 0px;
}

.qr-code {
    width: 113px;
}

.content {
    background: #0da2dd;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content .text {
    width: 85%;
}

.content .text p {
    color: #fff;
}

p {
    text-align: justify;
    hyphens: auto;
}

p:not(:first-of-type) {
    margin-top: 10px;
}

h1 {
    font-size: 34px;
    line-height: 1.1;
    margin: 20px 0 0;
    color: #0da2dd;
    text-align: center;
}

h2 {
    font-size: 16px;
    line-height: 24px;
    color: #0da2dd;
    text-decoration: underline;
}

h2:first-of-type {
    text-decoration: none;
}

h3 {
    font-size: 16px;
    line-height: 21px;
    text-decoration: underline;
    font-weight: 600;
    padding-bottom: 10px;
}

h4 {
    font-size: 23px;
    line-height: 1.2;
    font-family: 'Kalam', Arial, sans-serif;
    padding: 16px;
    text-align: center;
    color: #004173
}

ul {
    list-style: none
}

ul li {
    padding-left: 14px;
}

li:before {
    content: "\2022";
    color: #000;
    float: left;
    font-size: 20px;
    text-indent: -14px;
    margin-top: 1px;
}

.ul {
    list-style: none
}

.ul li {
    padding-left: 27px;
}

.ul li:before {
    content: "➬";
    color: #000;
    float: left;
    font-size: 23px;
    text-indent: -27px;
}

.ul1 {
    list-style: none
}

.ul1 li {
    background: url(../images/list.jpg) 0 2px no-repeat;
    padding-left: 27px;
}

.ul1 li:before {
    display: none;
}

.ul2 {
    list-style: none
}

.ul2 li {
    padding-left: 27px;
}

.ul2 li:before {
    content: "✓";
    color: #000;
    float: left;
    font-size: 19px;
    text-indent: -27px;
}

img {
    max-width: 100%;
    display: block;
}

:is(h1, h2, h3, h4, strong) {
    font-weight: 700;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

.bold {
    font-weight: 600;
}

.text p:last-of-type {
    text-align: right;
}

@media only screen and (max-width: 1024px) {
    #wrapper {
        border: none;
        margin: 0;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty
    }

    :is(p, ul) span {
        white-space: nowrap;
    }

    p {
        text-align: left;
    }
}

@media only screen and (max-width: 950px) {
    .content .text {
        width: 81%;
    }
}

@media only screen and (max-width: 760px) {
    article {
        display: block;
        padding: 16px;
    }

    :is(.left, .right) {
        width: auto;
    }

    :is(.top, .font) {
        margin-left: 0
    }

    .left figure {
        display: flex;
        justify-content: center;
    }

    .content .text {
        width: 75%;
    }

    .logo {
        position: static;
        display: flex;
        justify-content: center;
        padding: 20px
    }
}

@media only screen and (max-width: 560px) {
    .right {
        padding: 16px 0
    }

    .content {
        flex-direction: column;
        align-items: center;
    }

    .content .text {
        width: auto;
        margin-top: 10px
    }

    .flex-box {
        padding-left: 0
    }

    .flex-box img {
        position: static;
    }

    h1 {
        font-size: 25px;
    }
}