/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

/* 
Nokaut Styles 
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* { 
	box-sizing:border-box; 
}
body { 
	background:#f5f5f7; 
	font-family: Poppins, Arial;
}
header, article, footer { 
	background-color: #fff;
	margin: 0 auto;
	padding: 0 40px;
	max-width: 880px;
}
header { 
	padding:40px; 
}
footer {
	padding: 20px 40px;
	border-top: 1px solid rgba(0,0,0,.08);
}
footer p {
	opacity: .6;
	font-size: 12px;
	line-height: 20px;
}
article { 
	padding: 80px 80px 60px 240px;
	font-size: 16px;
	line-height: 28px;
}
article p { 
	padding: 16px 0 0;
}
article small {
	font-size: 14px;
	line-height: 16px;
	opacity: .6;
	position: relative;
    top: -8px;
}
article h1 {
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
}
article img { 
	margin-top: 40px;
	position: relative;
	top: 16px;
}

@media (max-width: 1024px) {
	header, article, footer { 
		max-width: 100%;
		padding: 32px;
	}
	article { padding: 32px }

	header h1 br { display:none }

	article { 
		font-size: 16px;
		line-height: 28px;
	}
}