@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v34-latin-regular.eot');
    src: local(''), url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v34-latin-700.eot');
    src: local(''), url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-700.woff') format('woff'), url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg');
}

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #6f7c8c;
}

#wrapper {
    margin: 1rem auto;
    max-width: 988px;
    background: #fff;
    border: solid thin #cbcbcb;
}

article {
    padding: 16px 60px;
}

.color {
    color: #02a6e0 !important;
}

.justify {
    text-align: justify;
    hyphens: auto;
}

:is(.margin-bottom, .margin-bottom a) {
    margin-bottom: 0;
    color: #fff !important;
}

.bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    padding: 16px;
}

:is(h1, h2, strong) {
    font-weight: 700;
}

:is(h1, h2) {
    line-height: 1.2;
}

h1 {
    font-size: 19px;
    margin: 0 0 16px;
}

h2 {
    font-size: 19px;
    margin: 0 0 5px;
}

p {
    margin-bottom: 16px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #6f7c8c;
    text-decoration: none;
}

.button {
	 background-color:#82b718;
	 width:200px;
	 margin: 20px auto;
	 padding: 10px 10px 10px 10px;
	 border-radius: 5px;
	 color:white;
	 font-weight:bold;
	 text-align:center; display: block;}

.button a{
	 color:white;
	 font-weight:bold;
	 text-align:center;}

img {
    max-width: 100%;
}

ul {
    margin: 0 0 16px 45px;
}

ul li {
    list-style: none;
    text-indent: -24px;
}

ul li:before {
    font-size: 20px;
    margin-right: 24px;
    position: relative;
    top: 0px;
    float: left;
    content: "\2022";
    color: #02a6e0;
}

footer {
    padding: 16px 60px;
    background: #00a7de;
}

@media screen and (max-width: 987px) {
    #wrapper {
        border: none;
        margin: 0;
    }

    :is(h1, h2, p, ul li) {
        hyphens: auto;
        text-wrap: pretty;
    }

    .justify {
        text-align: left;
    }

    :is(p a, span) {
        white-space: nowrap;
    }

    br {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    :is(article, footer, .bottom){
        padding: 16px;
    }


    ul{
        margin-left: 24px;
    }
}