
/* COLORFUL BLOCK */
	.ThreeLinks {
		background: transparent;
	}
	.ThreeLinks .blocks {
		width: 100%;
	}
	.ThreeLinks .col {
		width: 32%;
		margin: 0;
	}
	.ThreeLinks .col a {
		color: #fff;
		font-size: 34px;
	}
	.ThreeLinks .col:nth-of-type(2) {
		margin: 0 2%;
	}
	.ThreeLinks .col .block-text {
		order:1;
		padding: 30px;
		width: 100%;
	}
	.ThreeLinks .col .block-image {
		order:2;
		width: 100%;
	}
	.ThreeLinks .col .block-image img {
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
		display: block;
		width: 100%;
	}
	.ThreeLinks .col:hover .block-image img {
		filter: brightness(70%);
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
		display: block;
	}
	.ThreeLinks.layout-2 .col .block-image {
		order: 1;
	}
	.ThreeLinks.layout-2 .col .block-text {
		order: 2;
	}
	
	.ThreeLinks a {
		display: block;
		height: 100%;
		align-content: center;
		text-align: center;
	}	
	.ThreeLinks a:hover {
		color: #fff;
		background: #27579c; /*#022c4b;*/
		text-decoration: none;
	}	
/* ^ COLORFUL BLOCK */

@media (max-width:1200px) {
	.ThreeLinks .col .block-text {
		padding: 20px;
	}
	.ThreeLinks .col a {
		font-size: 26px;
	}
}
@media (max-width:1100px) {
	.ThreeLinks .col {
		width: 100%;
		margin: 10px 0;
	}
	.ThreeLinks .col:nth-of-type(2) {
		width: 100%;
		margin: 10px 0;
	}
}
