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

body {
	background: no-repeat url('../images/collage.jpg') top center;
	background-size: cover;
	font-family: 'Source Sans Pro', Arial, Verdana, sans-serif;
	min-height: 100vh;
	position: relative;
}

.text-center {
	text-align: center;
}

h3 {
	color: #35454E;
	font-size: 20px;
	font-weight: 600;
	line-height: 27px;
	margin-bottom: 11px;
}

.text {
	color: #35454E;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
}

h4 {
	color: #35454E;
	font-size: 16px;
	font-weight: 600;
	line-height: 27px;
	margin: 4px 0 15px;
}

.light-text {
	color: #35454E;
	font-size: 16px;
	font-weight: 300;
	line-height: 27px;
}

.text-banner {
	background: url('../images/pattern.svg') no-repeat top center;
	background-size: cover;
    padding: 140px 10px 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
}