.pod-block {
	position: relative;
	overflow: hidden;
}
.pod-wrapper {
	clear: both;
    width: 90%;
    max-width: 1100px;
    position: relative;
    margin:  100px auto 50px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.pod-wrap {
	margin: 0 2% 50px 2%;
    position: relative;
    text-align: left;
}
.one .pod-wrap {
	width: 100%;
}
.two .pod-wrap {
	width: 48%;
}
.three .pod-wrap {
	width: 30.6%;
}
.four .pod-wrap {
	width: 22%;
}
.five .pod-wrap {
	width: 16.8%;
}
.pod-wrapper .pod-wrap:first-child,
.two .pod-wrap:nth-child(3n),
.three .pod-wrap:nth-child(4n),
.four .pod-wrap:nth-child(5n),
.five .pod-wrap:nth-child(6n) {
	margin-left: 0;
}
.pod-wrapper .pod-wrap:last-child,
.two .pod-wrap:nth-child(2n),
.three .pod-wrap:nth-child(3n),
.four .pod-wrap:nth-child(4n),
.five .pod-wrap:nth-child(5n) {
	margin-right: 0;
}
.pod-text h3 {
	font-size: 1.33em;
	padding-top: 20px;
}
.pod-text p {
	font-size: .88em;
}

/* IMAGE */
	.pod-wrap.image {
		border-radius: 10px;
		box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
		height: auto;
		background: #fff;
		overflow: hidden;
	}
	.pod-wrap figure {
		width: 100%;
		margin: 0;
		padding: 0;
		line-height: 0;
		height: 200px;
		overflow: hidden;
	}
	.pod-wrap figure img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.image .pod-text {
		width: 100%;
		clear: both;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		position: relative;
		width: 100%;
		height: 100%;
		padding: 30px;
		transition: .4s all ease-out;
	}
	.image .pod-text h3 {
		padding-top: 0;
		color: #23216e;
	}
	.image .pod-text p {
		color: #23216e;
	}

/* ICON */
	.pod-wrap i {
		font-size: 50px;
		color: #23216e;
	}

/* HIGH CONTRAST */
	.high_contrast .pod-wrap.image { background: #fff; }
	.high_contrast .image .pod-text h3 { color: #212121; }
	.high_contrast .image .pod-text p { color: #212121; }
	.high_contrast .pod-wrap i { color: #212121; }

/* RESPONSIVE */
	@media all and (max-width: 1000px) {
		.five .pod-wrap {
			width: 30.6%;
		}
		.five .pod-wrap:nth-child(6n) {
			margin-left: 2%;
		}
		.five .pod-wrap:nth-child(5n) {
			margin-right: 2%;
		}
		.five .pod-wrap:nth-child(4n) {
			margin-left: 0%;
		}
		.five .pod-wrap:nth-child(3n) {
			margin-right: 0%;
		}
	}
	@media all and (max-width: 800px) {
		.four .pod-wrap {
			width: 48%;
		}
		.four .pod-wrap:nth-child(5n) {
			margin-left: 2%;
		}
		.four .pod-wrap:nth-child(4n) {
			margin-right: 2%;
		}
		.four .pod-wrap:nth-child(3n) {
			margin-left: 0%;
		}
		.four .pod-wrap:nth-child(2n) {
			margin-right: 0%;
		}
	}
	@media all and (max-width: 800px) {
		.three .pod-wrap {
			width: 48%;
		}
		.three .pod-wrap:nth-child(4n) {
			margin-left: 2%;
		}
		.three .pod-wrap:nth-child(3n) {
			margin-right: 2%;
			margin-left: 0%;
		}
		.three .pod-wrap:nth-child(2n) {
			margin-right: 0%;
		}
	}
	@media all and (max-width: 600px) {
		.five .pod-wrap {
			width: 48%;
			margin: 0 2% 50px 2%;
		}
		.five .pod-wrap:nth-child(4n) {
			margin-left: 2%;
		}
		.five .pod-wrap:nth-child(3n) {
			margin-right: 2%;
			margin-left: 0%;
		}
		.five .pod-wrap:nth-child(2n) {
			margin-right: 0%;
		}
	}
	@media all and (max-width: 500px) {
		.two .pod-wrap,
		.three .pod-wrap,
		.four .pod-wrap,
		.five .pod-wrap {
			width: 100%;
			margin: 0 0 50px 0;
		}
		.two .pod-wrap:nth-child(3n),
		.two .pod-wrap:nth-child(2n),
		.three .pod-wrap:nth-child(4n),
		.three .pod-wrap:nth-child(3n),
		.three .pod-wrap:nth-child(2n),
		.four .pod-wrap:nth-child(5n),
		.four .pod-wrap:nth-child(4n),
		.four .pod-wrap:nth-child(3n),
		.four .pod-wrap:nth-child(2n),
		.five .pod-wrap:nth-child(4n),
		.five .pod-wrap:nth-child(3n) {
			margin-right: 0%;
			margin-left: 0%;
		}
	}


/* FONT SIZE RESPONSIVE */
	/* BIG +2 */
	.big .five .pod-wrap {
		width: 30.6%;
	}
	.big .five .pod-wrap:nth-child(6n) {
		margin-left: 2%;
	}
	.big .five .pod-wrap:nth-child(5n) {
		margin-right: 2%;
	}
	.big .five .pod-wrap:nth-child(4n) {
		margin-left: 0%;
	}
	.big .five .pod-wrap:nth-child(3n) {
		margin-right: 0%;
	}
	/* BIGGER +4 */
	.bigger .four .pod-wrap {
		width: 48%;
	}
	.bigger .four .pod-wrap:nth-child(5n) {
		margin-left: 2%;
	}
	.bigger .four .pod-wrap:nth-child(4n) {
		margin-right: 2%;
	}
	.bigger .four .pod-wrap:nth-child(3n) {
		margin-left: 0%;
	}
	.bigger .four .pod-wrap:nth-child(2n) {
		margin-right: 0%;
	}
	/* BIGGEST +6 */
	.biggest .three .pod-wrap {
		width: 48%;
	}
	.biggest .three .pod-wrap:nth-child(4n) {
		margin-left: 2%;
	}
	.biggest .three .pod-wrap:nth-child(3n) {
		margin-right: 2%;
		margin-left: 0%;
	}
	.biggest .three .pod-wrap:nth-child(2n) {
		margin-right: 0%;
	}
	@media all and (max-width: 1000px) {
		/* BIG +2 */
		.big .four .pod-wrap {
			width: 48%;
		}
		.big .four .pod-wrap:nth-child(5n) {
			margin-left: 2%;
		}
		.big .four .pod-wrap:nth-child(4n) {
			margin-right: 2%;
		}
		.big .four .pod-wrap:nth-child(3n) {
			margin-left: 0%;
		}
		.big .four .pod-wrap:nth-child(2n) {
			margin-right: 0%;
		}
		/* BIGGER +4 */
		.bigger .three .pod-wrap {
			width: 48%;
		}
		.bigger .three .pod-wrap:nth-child(4n) {
			margin-left: 2%;
		}
		.bigger .three .pod-wrap:nth-child(3n) {
			margin-right: 2%;
			margin-left: 0%;
		}
		.bigger .three .pod-wrap:nth-child(2n) {
			margin-right: 0%;
		}
		/* BIGGEST +6 */
		.biggest .five .pod-wrap {
			width: 48%;
			margin: 0 2% 50px 2%;
		}
		.biggest .five .pod-wrap:nth-child(4n) {
			margin-left: 2%;
		}
		.biggest .five .pod-wrap:nth-child(3n) {
			margin-right: 2%;
			margin-left: 0%;
		}
		.biggest .five .pod-wrap:nth-child(2n) {
			margin-right: 0%;
		}
	}
	@media all and (max-width: 800px) {
		/* BIG +2 */
		.big .three .pod-wrap {
			width: 48%;
		}
		.big .three .pod-wrap:nth-child(4n) {
			margin-left: 2%;
		}
		.big .three .pod-wrap:nth-child(3n) {
			margin-right: 2%;
			margin-left: 0%;
		}
		.big .three .pod-wrap:nth-child(2n) {
			margin-right: 0%;
		}
		/* BIGGER +4 */
		.bigger .five .pod-wrap {
			width: 48%;
			margin: 0 2% 50px 2%;
		}
		.bigger .five .pod-wrap:nth-child(4n) {
			margin-left: 2%;
		}
		.bigger .five .pod-wrap:nth-child(3n) {
			margin-right: 2%;
			margin-left: 0%;
		}
		.bigger .five .pod-wrap:nth-child(2n) {
			margin-right: 0%;
		}
		/* BIGGEST +6 */
		.biggest .two .pod-wrap,
		.biggest .three .pod-wrap,
		.biggest .four .pod-wrap,
		.biggest .five .pod-wrap {
			width: 100%;
			margin: 0 0 50px 0;
		}
		.biggest .two .pod-wrap:nth-child(3n),
		.biggest .two .pod-wrap:nth-child(2n),
		.biggest .three .pod-wrap:nth-child(4n),
		.biggest .three .pod-wrap:nth-child(3n),
		.biggest .three .pod-wrap:nth-child(2n),
		.biggest .four .pod-wrap:nth-child(5n),
		.biggest .four .pod-wrap:nth-child(4n),
		.biggest .four .pod-wrap:nth-child(3n),
		.biggest .four .pod-wrap:nth-child(2n),
		.biggest .five .pod-wrap:nth-child(4n),
		.biggest .five .pod-wrap:nth-child(3n) {
			margin-right: 0%;
			margin-left: 0%;
		}
	}
	@media all and (max-width: 800px) {
		/* BIG +2 */
		.big .five .pod-wrap {
			width: 48%;
			margin: 0 2% 50px 2%;
		}
		.big .five .pod-wrap:nth-child(4n) {
			margin-left: 2%;
		}
		.big .five .pod-wrap:nth-child(3n) {
			margin-right: 2%;
			margin-left: 0%;
		}
		.big .five .pod-wrap:nth-child(2n) {
			margin-right: 0%;
		}
		/* BIGGER +4 */
		.bigger .two .pod-wrap,
		.bigger .three .pod-wrap,
		.bigger .four .pod-wrap,
		.bigger .five .pod-wrap {
			width: 100%;
			margin: 0 0 50px 0;
		}
		.bigger .two .pod-wrap:nth-child(3n),
		.bigger .two .pod-wrap:nth-child(2n),
		.bigger .three .pod-wrap:nth-child(4n),
		.bigger .three .pod-wrap:nth-child(3n),
		.bigger .three .pod-wrap:nth-child(2n),
		.bigger .four .pod-wrap:nth-child(5n),
		.bigger .four .pod-wrap:nth-child(4n),
		.bigger .four .pod-wrap:nth-child(3n),
		.bigger .four .pod-wrap:nth-child(2n),
		.bigger .five .pod-wrap:nth-child(4n),
		.bigger .five .pod-wrap:nth-child(3n) {
			margin-right: 0%;
			margin-left: 0%;
		}
		/* BIGGEST +6 */
		
	}
	@media all and (max-width: 600px) {
		/* BIG +2 */
		.big .two .pod-wrap,
		.big .three .pod-wrap,
		.big .four .pod-wrap,
		.big .five .pod-wrap {
			width: 100%;
			margin: 0 0 50px 0;
		}
		.big .two .pod-wrap:nth-child(3n),
		.big .two .pod-wrap:nth-child(2n),
		.big .three .pod-wrap:nth-child(4n),
		.big .three .pod-wrap:nth-child(3n),
		.big .three .pod-wrap:nth-child(2n),
		.big .four .pod-wrap:nth-child(5n),
		.big .four .pod-wrap:nth-child(4n),
		.big .four .pod-wrap:nth-child(3n),
		.big .four .pod-wrap:nth-child(2n),
		.big .five .pod-wrap:nth-child(4n),
		.big .five .pod-wrap:nth-child(3n) {
			margin-right: 0%;
			margin-left: 0%;
		}
		/* BIGGER +4 */
		/* BIGGEST +6 */
		
	}
	@media all and (max-width: 500px) {
		/* BIG +2 */
		/* BIGGER +4 */
		/* BIGGEST +6 */
		
	}



















