.leadership-block .two-col-section .col:first-child {
	border: 1px solid #eee;
	padding: 60px 50px 60px 70px;
	border-top: none;
	border-right: none;
}

.leadership-block .two-col-section .col:nth-child(2) {
	border: 1px solid #eee;
	padding: 60px 30px 60px 82px;
	border-top: none;
}

.add-style-bg1 {
	background: url(/images/img-advocacy.png) right bottom no-repeat;
	background-size: contain;
}

.add-style-bg2 {
	background: url(/images/img-industry.png) center no-repeat;
	background-size: cover;
}

.add-style-bg1 h2, .add-style-bg2 h2 {
	margin: 0;
	margin-bottom: 15px
}

#col-right .leadership-block .two-col-section .col,
#col-left .leadership-block .two-col-section .col {
	width: 100%;
	display: block;
	border: 1px solid #eee;
	padding: 20px
}

@media screen and (max-width: 1218px) {
	.leadership-block .two-col-section .col:first-child {
		border-right: 1px solid #eee
	}

	.leadership-block .two-col-section .col {
		padding: 60px 30px !important;
	}
}