.row {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0px;
}

.column {
	flex: 33.33%;
	max-width: 33.33%;
	padding: 0 0px;
}

.column img {
	margin-top: 0px;
	vertical-align: middle;
	width: 100%;
}

@media screen and (max-width: 1200px) {
	.column {
	flex: 50%;
	max-width: 50%;
	}
}


@media screen and (max-width: 740px) {
	.column {
	flex: 100%;
	max-width: 100%;
	}
}











@media screen and (max-width : 600px) {
body {
	background-color: #f8f8f8;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.ingcontainer {
	margin: 0 auto;
	width: 280px;
	padding: 0 2em;
	padding-top: 25px;
	padding-bottom: 50px;
}





p {
	font-size: 16px;
	font-weight: 400;
	font-family: "neue-haas-grotesk-text", Helvetica, sans-serif;
	color: #000;
	line-height: 1.5;
	text-align: left;
}






li {
	font-size: 16px;
	font-weight: 400;
	font-family: "neue-haas-grotesk-text", Helvetica, sans-serif;
	color: #000;
	line-height: 1.5;
	text-align: left;
	list-style-position: inside;
}






}



 /* -------------------------------------------------- */











@media screen and (min-width : 601px) and (max-width : 959px) {
body {
	background-color: #f8f8f8;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.ingcontainer {
	margin: 0 auto;
	width: 450px;
	padding-top: 50px;
	padding-bottom: 130px;
}







p {
	font-size: 20px;
	font-weight: 400;
	font-family: "neue-haas-grotesk-text", Helvetica, sans-serif;
	color: #000;
	line-height: 1.6;
	text-align: left;
}



li {
	font-size: 20px;
	font-weight: 400;
	font-family: "neue-haas-grotesk-text", Helvetica, sans-serif;
	color: #000;
	line-height: 1.6;
	text-align: left;
	list-style-position: inside;
}







}









 /* -------------------------------------------------- */










@media screen and (min-width : 960px) {
body {
	background-color: #f8f8f8;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.ingcontainer {
	margin: 0 auto;
	width: 700px;
	padding-top: 50px;
	padding-bottom: 130px;
}









p {
	font-size: 20px;
	font-weight: 400;
	font-family: "neue-haas-grotesk-text", Helvetica, sans-serif;
	color: #000;
	line-height:1.6;
	text-align: left;
}



li {
	font-size: 20px;
	font-weight: 400;
	font-family: "neue-haas-grotesk-text", Helvetica, sans-serif;
	color: #000;
	line-height:1.6;
	text-align: left;
	list-style-position: inside;
}




}












 /* -------------------------------------------------- */




.centrera {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}





i {

	font-family: neue-haas-grotesk-text, Helvetica, sans-serif;
	font-weight: 400;
	font-style: italic;

}




b {

	font-family: neue-haas-grotesk-text, Helvetica, sans-serif;
	font-weight: 600;
	font-style: bold;

}







a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration: underline;
}




