.block.ns-top {
	padding-top: 0;
	}

.block.ns-bottom {
	padding-bottom: 0;
	margin-bottom: -4px;
	}

.sub.center {
	text-align: center;
	}

h2 strong {
	color: #0cd666;
	}

h2.center {
	width: 700px;
	font-size: 47px;
	color: #222;
	letter-spacing: -0.6px;
	line-height: 115%;
	text-align: center;
	margin: 0 auto 80px auto;
	}

p.desc {
	width: 700px;
	font-size: 19px;
	color: #777;
	line-height: 190%;
	margin-bottom: 80px;
	}

p.desc::before {
	width: 24px;
	height: 2px;
	position: relative;
	background: #0cd666;
	content: " ";
	display: block;
	margin-bottom: 24px;
	}

p.desc.center {
	text-align: center;
	margin: -50px auto 80px auto;
	}

p.desc.center::before {
	margin-left: auto;
	margin-right: auto;
	}

.cards {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: -80px;
	}

.c-content .icon {
	width: 50px;
	height: 50px;
	background: #eee;
	border-radius: 99px;
	display: table;
	margin-bottom: 24px;
	}

.c-content.center .icon {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	}

.card {
	border-radius: 4px;
	box-shadow: 0px 12px 42px rgba(87, 101, 122, 0.07);
	display: inline-block;
	float: left;
	margin: 80px 40px 0 40px;
	
	-webkit-transition: box-shadow .2s ease;
	-moz-transition: box-shadow .2s ease;
	-ms-transition: box-shadow .2s ease;
	-o-transition: box-shadow .2s ease;
	transition: box-shadow .2s ease;
	}

.card:hover {
	box-shadow: 0px 12px 42px rgba(87, 101, 122, 0.14);
	}

.c-content {
	width: 300px;
	padding: 36px 36px;
	}

.c-content h2 {
	font-size: 26px;
	color: #222;
	letter-spacing: -0.5px;
	}

.c-content.center h2, .c-content.center p, .c-content.center .b-holder {
	text-align: center;
	}

.c-content p {
	font-size: 16px;
	color: #555;
	line-height: 180%;
	}

.c-content .b-holder {
	margin-top: 20px;
	margin-bottom: 10px;
	}

.c-content .button {
	font-size: 15px;
	}

#logos {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 90px;
	}

.logo {
	width: 80px;
	height: 80px;
	background: #eee;
	border-radius: 4px;
	display: table;
	margin: 0 120px 120px 120px;
	}

.splitted {
	width: 100%;
	position: relative;
	display: inline-block;
	}

.split {
	width: 50%;
	background: #f9f9f9;
	display: inline-block;
	float: left;
	}

.split.img {
	height: 100%;
	position: absolute;
	background-color: #222;
	background-image: url(https://quincy.io/assets/img/quincy-bellen-vierkant.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	}

.split .t-holder {
	width: 540px;
	position: relative;
	margin: 130px auto;
	left: -20px;
	}

.reviews {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
	margin-top: 50px;
	}

.review {
	width: 380px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 12px 42px rgba(87, 101, 122, 0.07);
	margin: 0 40px;
	}

.review .person {
	width: 310px;
	position: relative;
	margin: 0 auto;
	}

.review .pic {
	width: 100%;
	display: inline-block;
	float: left;
	}

.review .pic img {
	width: 60px;
	height: 60px;
	border-radius: 99px;
	border: 4px solid #fff;
	margin-top: -30px;
	}

.review .name {
	width: 100%;
	display: inline-block;
	margin-top: 18px;
	}

.review h3 {
	width: 100%;
	font-size: 18px;
	color: #222;
	}

.review span {
	font-family: "Muli";
	font-size: 12px;
	color: #999;
	letter-spacing: .8px;
	margin-top: 8px;
	display: inline-block;
	}

.review p {
	width: 310px;
	position: relative;
	font-size: 16px;
	color: #777;
	letter-spacing: .4px;
	line-height: 210%;
	padding: 24px 0 36px 0;
	margin: 0 auto;
	}

#footer {
	width: 100%;
	background: #fff;
//	border-top: 1px solid #eee;
	padding-bottom: 140px;
	}

#footer .holder {
	border-top: 1px solid #eee;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}

#footer .col {
	max-width: 400px;
	display: inline-block;
	float: left;
	margin-top: 140px;
	margin-right: 150px;
	}

#footer-logo {
	width: 240px;
	height: 40px;
	background: #eee;
	}

#footer p.info {
	font-size: 18px;
	color: #222;
	margin-top: 24px;
	}

p.title {
	font-size: 19px;
	font-weight: 600;
	color: #222;
	margin-bottom: 24px;
	}

p.title::after {
	width: 24px;
	height: 2px;
	position: relative;
	background: #0cd666;
	content: " ";
	display: block;
	margin-top: 18px;
	}

ul.links {
	list-style: none;
	margin-top: 30px;
	}

ul.links li {
	margin-bottom: 32px;
	}

ul.links li a {
	font-family: "Muli";
	font-size: 17px;
	color: #777;
	}