* {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

html {
	min-height: 100%;
}

body {
	color: #636466;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
}

#wrapper {
	max-width: 760px;
	margin: 12px auto;
	border: 1px solid #636466;
	padding: 20px;
	background: #fff;
	overflow: hidden;
}

header {
	position: relative;
}

article {
	padding: 20px 35px;
}

footer {
	padding: 30px 40px 20px;
}

p {
	margin: 0 0 15px;
	text-align: justify;
}

strong {
	font-weight: 700;
}

:is(h1, h2) {
	font-family: 'Times New Roman', Times, serif;
	color: #b8292f;
	font-weight: 400;
}

h1 {
	margin: 35px 0;
	font-size: 50px;
	line-height: 54px;
}

h2 {
	margin: 0 0 20px;
	font-size: 34px;
	line-height: 38px;
}

a {
	color: #636466;
	text-decoration: none;
}

ul {
	padding: 0 0 35px;
	list-style: none;
}

ul li {
	padding-left: 20px;
	margin-top: 8px;
	background: url('./icon.jpg') no-repeat 0 5px;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

h1 span {
	display: block;
	font-size: 34px;
	line-height: 38px;
}

h1 small {
	font-size: 32px;
	line-height: 32px;
}

.box {
	padding-bottom: 15px;
}

.buttom {
	margin: 16px 0 35px;
}

.buttom a {
	display: inline-block;
	border: 2px solid #636466;
	border-radius: 20px;
	padding: 7px 25px;
}

header p {
	position: absolute;
	z-index: 3;
	left: 35px;
	bottom: 0px;
}

header a {
	content: "";
	position: absolute;
	top: 0%;
	right: 0%;
	width: 27%;
	height: 14%;
	z-index: 200;
}

@media all and (max-width:759px) {
	#wrapper {
		margin: 0;
		padding: 0;
		border: none;
	}

	header img {
		width: 100%;
	}

	article {
		padding: 16px;
	}

	footer {
		padding: 16px;
	}

	h1 {
		margin: 20px 0;
		font-size: 44px;
		line-height: 44px;
	}

	h1 span {
		font-size: 28px;
		line-height: 32px;
	}

	h2 {
		font-size: 26px;
		line-height: 30px;
	}

	p {
		text-align: left;
	}

	header p {
		font-size: 2.5vw;
		line-height: 1.2;
		left: 3%;
		bottom: 3%;
		margin: 0;
	}
}