@font-face {
	font-display: swap;
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-condensed-v25-latin-regular.eot');
	src: url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-condensed-v25-latin-700.eot');
	src: url('../fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'), url('../fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'), url('../fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg');
}

:root {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	min-height: 100%;
}

body {
	font-family: 'Roboto Condensed', Arial, sans-serif;
	line-height: 20px;
	font-size: 16px;
	color: #231F20;
	font-weight: 400;
}

#wrapper {
	margin: 1rem auto;
	border: 4px #7ec05f solid;
	max-width: 480px;
	position: relative;
	padding: 16px 16px 0;
	background-color: #FFFFFF;
	overflow: hidden;
}

p {
	padding-bottom: 10px;
}

:is(h1, h2, strong) {
	font-weight: 700;
}

h1 {
	margin: 0 0 15px 16px;
	font-size: 20px;
	line-height: 24px;
}

h1 span {
	display: block;
	font-size: 16px;
	font-weight: 400;
}

h2 {
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 10px;
	text-align: center;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: #231F20;
	text-decoration: none;
	white-space: nowrap;
}

img {
	max-width: 100%;
	vertical-align: top;
	position: absolute;
	top: 0;
	right: 0;
}

h1:before {
	content: "\2022";
	color: #6FB65F;
	float: left;
	font-size: 20px;
	text-indent: -16px;
	font-family: Arial, Helvetica, sans-serif;
}

header img {
	top: 58px;
	left: 11px;
	z-index: 10;
}

article {
	position: relative;
}

article p {
	padding: 0 0 20px 62px;
}

footer {
	padding: 6px 0 0;
}
.title{position: relative;}
@media only screen and (max-width:479px) {
	#wrapper {
		border: none;
		margin: 0;
	}
	
	h1 {
		font-size: 19px;
	}

	p {
		hyphens: auto;
		text-wrap: pretty;
	}

	p br {
		display: none;
	}

}

@media only screen and (max-width:410px) {
	img {
		position: static;
	}

	header, figure {
		display: flex;
		justify-content: center;
		margin-bottom: 10px;
	}

	article p {
		padding-left: 0;
	}

	h1 br {
		display: none;
	}

}