@charset "utf-8";

:root {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #002767;
	font-family: "Arial", sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

img {
	max-width: 100%;
	height: auto;
}

#wrapper {
	position: relative;
	max-width: 50rem;
	margin: 1rem auto;
	overflow: hidden;
	background: #fff;
	border: solid 1px #000;
}

h1 {
	font-size: 1.5rem;
	line-height: 1.1;
	margin: 1.5rem 0rem 1.5rem 0rem;
}

h2 {
	font-size: 18px;
	margin: 0 0 1rem
}

h3 {
	font-size: 22px;
	color: #438ABD;
	margin: 0 0 1.5rem
}

h4 {
	font-size: 18px;
	margin: 0 0 1rem;
	color: #438ABD
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

a.color {
	color: #438ABD
}

p {
	margin: 0 0 1px;
}

span {
	white-space: nowrap
}

ul {
	list-style: none;
	margin: 0 0 1rem;
	padding: 0;
}

ul li {
	padding: 0 0 0rem 1.375rem
}

ul li:before {
	content: "\2212";
	float: left;
	margin-left: -1.375rem;
	font-size: 16px;
	line-height: 1.6;
}

header img {
	display: block
}
header section {
	padding: 1rem 1rem 4rem 0rem;
	
}
header section img {
	margin-right: 34rem;
	display: flex; 
    justify-content: left; 
    align-items: left;
}

article {
	background: #E8E4E1;
	padding: 1rem 4rem
}

.font {
	font-size: 18px;
	line-height: 1.7
}

footer {
	padding: 2rem 4rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	column-gap: 1rem
}

.text {
	width: fit-content;
}

.text p {
	font-size: 14px
}

@media only screen and (max-width: 799px) {
	#wrapper {
		border: none;
		margin: 0 auto;
		padding: 1rem;
	}

	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		margin: 0 0 1rem;
	}

	:is(a:link, a:visited, a:hover, a:active) {
		white-space: pre-wrap;
	}

	ul li {
		padding: 0 0 6px 22px
	}

	h3 {
		margin: 0 0 1rem
	}

	article {
		background: #E8E4E1;
		padding: 1rem
	}

	footer {
		padding: 1rem 1rem 0;
	}
}

@media only screen and (max-width: 700px) {
	h1 {
		font-size: 24px;
	}

	h2,
	h4 {
		font-size: 16px;
	}

	h3 {
		font-size: 18px;
	}

	footer {
		flex-direction: column
	}

	.logo_bottom {
		margin: 1.5rem 0 0
	}

	.text {
		width: 100%
	}
}

@media only screen and (max-width: 376px) {
	footer p {
		text-align: center
	}

	.logo_bottom {
		margin: 1.5rem auto 0
	}
}
