* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

:focus {
	outline: 0
}

img {
	border: none;
	display: block
}

ol,
ul {
	list-style: none
}

iframe {
	position: absolute;
	height: 0;
	width: 0;
	top: 0;
	left: 0;
	border: none;
	overflow: hidden
}

a {
	text-decoration: none;
	cursor: pointer !important
}

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	position: relative
}

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #414f57;
	line-height: 1.2;
	font-size: 2rem;
	background-color: #fff
}

.center {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 10px
}

.header-section {
	padding: 10px 0
}

.header-logo {
	display: block;
	width: 80%;
	max-width: 250px;
	margin: 0 auto
}

.content-section {
	text-align: center
}

.content-img-block {
	margin-bottom: 20px
}

.content-img {
	display: block;
	width: 50%;
	max-width: 250px;
	margin: 0 auto;
	border: 5px solid #000;
	border-radius: 50%
}

.content-title {
	margin-bottom: 10px;
	color: #143b4f;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .25rem
}

.content-subtitle {
	margin-bottom: 10px;
	font-weight: 700;
	letter-spacing: .25rem
}

.content-text {
	margin-bottom: 10px;
	letter-spacing: .32rem
}

.btn {
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 6rem;
	padding: 0 3rem;
	color: #414f57;
	text-align: center;
	border: 1px solid #c8cccf;
	border-radius: 4px
}

@media screen and (max-width: 600px) {
	html {
		font-size: 50%
	}
}