/*
 * Tiles
*/

.tiles {
	padding: 1.5em 0;
	overflow: hidden;
	color: #4F4D88;
}

.tiles .col-md-8 .b1,
.tiles .col-md-8 .b5 {
	text-align: center;
}

.tiles .col-md-8 .b1 {
	margin-bottom: 0.5em;
}

.tiles .col-md-8 .b5 {
	margin-bottom: 1.7em;
}

.tiles .col-md-6 {
	margin-bottom: 1.6em;
}

.tiles-item {
	background: #E9EFF2;
	border-radius: 4px;
	padding: 1em 1.7em 2em;
	height: 100%;
}

.tiles-item .b1 {
	margin-bottom: 0.7em;
}

.tiles-item .quote {
	font-style: italic;
	font-weight: 300;
	font-size: 1.78em;
	line-height: 1.125;
	text-align: center;
	letter-spacing: -0.5px;
	color: #4F4D88;
}

.tiles-item {
	display: flex;
	flex-direction: column;
	min-height: 20em;
}

.tiles-item .text {
	line-height: 1.78;
	flex-grow: 1;
	margin-bottom: 2em;
}

@media (max-width: 767px) {
	.tiles-item .quote {
		font-size: 1.48em;
	}
}

@media (max-width: 575px) {
	.experts-list article {
		margin: 0 -0.5em;
		max-width: 23%;
	}

	.experts-list article .content {
		font-size: 0.7em;
	}
}

@media (max-width: 480px) {
	.experts-list article {
		max-width: 20%;
	}

	.experts-list article .content {
		display: none;
	}
}