.two-cols{
	display: inline-block;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	
	text-align: justify;
	font-size: 16px;
    line-height: 27px;
	font-weight: 400;
}

.two-cols h1{
	text-align: left;
}

.two-cols > div:nth-child(1){
	display: inline-block;
	width: 55%;
	float: left;
	padding-top: 60px;
	padding-right: 60px;
	padding-bottom: 60px;
	border-right: 1px solid #EAEAEA;
}

.two-cols > div:nth-child(2){
	display: inline-block;
	width: 45%;
	float: left;
	padding-top: 60px;
	padding-left: 60px;
	padding-bottom: 60px;
}

.two-cols .imgWrap{
	text-align: center;
	padding-left: calc(50% - 300px);
	padding-right: calc(50% - 300px);
}

.two-cols img{
	max-width: 100%;
}

.two-cols .link{
	display: inline-block;
	width: 100%;
	padding: 4px;
}

.two-cols .link:hover{
	background-color: #E6E6E6;
}

.two-cols .link .iconWrap{
	display: inline-block;
	width: 80px;
	float: left;
}


.two-cols .link .desc{
	display: inline-block;
	width: calc(100% - 80px);
	float: left;
	padding-top: 20px;
	padding-left: 20px;
    text-align: left;
}

.two-cols a{
	text-decoration: none;
}

@media (max-width: 768px) {
	.two-cols > div:nth-child(1),
	.two-cols > div:nth-child(2){
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		border-right: none;
	}
}