:root {
	font-size: 16px;
}

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

html {
	min-height: 100%;
}

@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff');
}

@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff');
}

body {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #242021;
	font-weight: 400;
}

#wrapper {
	max-width: 910px;
	margin: 0.75rem auto;
	border: solid thin #242021;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	background: #fff;
}

strong {
	font-weight: 700;
}

article {
	padding: 0 54px;
}

.flexbox {
	display: flex;
	justify-content: space-between;
	padding: 35px 0;
}

.flexbox aside p {
	text-align: center;
	margin-top: 12px;
}

section {
	padding: 0 0 0 420px;
	position: relative;
}

section figure:nth-of-type(1) {
	position: absolute;
	top: 4px;
	left: 0;
}

section figure:nth-of-type(2) {
	position: absolute;
	bottom: 6px;
	right: 0;
}

footer {
	padding: 0 54px 40px;
}

footer p {
	line-height: 19px;
}

h1 {
	font-size: 67px;
	line-height: 67px;
	font-weight: 400;
	background: #F26B32;
	color: #fff;
	text-align: center;
	padding: 45px 1rem;
}

h1 span {
	font-size: 22px;
	line-height: 21px;
	font-weight: 700;
	display: block;
}

h2 {
	font-size: 15px;
	margin: 12px 0 0;
	line-height: 23px;
	font-weight: 400;
}

h3 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

p:not(:last-child) {
	margin-bottom: 20px;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: #242021;
	text-decoration: none;
	white-space: nowrap;
}

a:hover {
	text-decoration: underline;
}

ul {
	margin: 0 0 12px;
	list-style: none;
}



ul li {
	padding-left: 25px;
}

li:before {
	text-indent: -25px;
	content: "\2022";
	color: #242021;
	float: left;
	margin: 1px 0 0;
	font-size: 21px;
}

@media screen and (max-width:908px) {
	#wrapper {
		border: none;
		margin: 0 auto;
		hyphens: auto;
	}
	article, footer {
		padding: 1rem;
	}
	.flexbox {
		padding-top: 20px;
	}
	section figure:nth-of-type(1) {
		position: static;
		display: flex;
		justify-content: center;
		padding-bottom: 1rem;
	}
	section {
		padding: 0;
	}
	br {
		display: none;
	}
	ul + p + p br, .flexbox p br {
		display: inline;
	}
	ul + p {
		margin-bottom: 30px !important;
	}
}
@media screen and (max-width:745px) {
	body {
		font-size: 14px;
		line-height: 18px;
	}
	h1 {
		font-size: 52px;
		line-height: 52px;
	}
	h3 {
		font-size: 16px;
	}
}
@media screen and (max-width:380px) {
	.flexbox img {
		height: 68px;
	}
}
@media screen and (max-width:365px) {
	section figure:nth-of-type(2) {
		position: static;
		display: flex;
		justify-content: center;
		margin-top: 1rem;
		gap: 3px;
	}
}