@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/open-sans-v36-latin-regular.eot');
	src: url('../fonts/open-sans-v36-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v36-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v36-latin-regular.woff') format('woff'), url('../fonts/open-sans-v36-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v36-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-v36-latin-700.eot');
	src: url('../fonts/open-sans-v36-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v36-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v36-latin-700.woff') format('woff'), url('../fonts/open-sans-v36-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v36-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-size: 15px;
	line-height: 20px;
	color: #242021;
	font-weight: 400;
}

#wrapper {
	max-width: 855px;
	margin: 1rem auto;
	padding: 16px 20px;
	border: solid 2px #00505F;
	overflow: hidden;
	position: relative;
}

strong {
	font-weight: 700;
}

header section {
	margin-left: 125px;
}

header strong span {
	color: #00505F;
}

header strong {
	color: #0092ab;
	font-size: 30px;
	line-height: 1;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}

article {
	padding: 20px 0;
	display: flex;
	gap: 16px;
}

article div {
	width: 34%;
}

article div:last-child {
	width: 28%;
}

article div:nth-of-type(2) {
	border-left: #00505F 1px solid;
	border-right: #00505F 1px solid;
	padding: 0 16px;
}

h1 {
	font-size: 19px;
	margin: 16px 0 0;
	line-height: 23px;
	font-weight: 700;
	padding-left: 13px;
}

h1:before {
	text-indent: -13px;
	content: "\2022";
	color: #242021;
	float: left;
	font-size: 18px;
	font-family: Arial, sans-serif;
}

h1 span {
	font-size: 16px;
	font-weight: 400;
}

h2 {
	font-size: 14px;
	margin: 0 0 4px;
	line-height: 18px;
	font-weight: 400;
	color: #00505F;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

p:not(:last-child) {
	margin-bottom: 16px;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: #242021;
	text-decoration: none;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 12px;
	margin-bottom: 3px;
}

li:before {
	text-indent: -12px;
	content: "\2022";
	color: #242021;
	float: left;
	font-size: 17px;
	font-family: Arial, sans-serif;
}

@media screen and (max-width:853px) {
	#wrapper {
		border: none;
		margin: 0;
		padding: 16px;
	}

	:is(p, ul) {
		hyphens: auto;
		text-wrap: pretty;
	}

	p span {
		white-space: nowrap;
	}

	header section {
		margin-left: 0;
	}

	header strong {
		font-size: 23px;
	}

	footer a {
		white-space: nowrap;
	}

	article {
		flex-direction: column;
	}

	article div {
		width: auto !important;
		border: none !important;
		padding: 0 !important
	}
}

@media screen and (max-width:650px) {
	header .logo {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	header strong {
		display: block;
		margin: 16px 0;
		text-align: center;
		line-height: 1.3;
	}

}