.insights-cards {
	padding: 30px 50px;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 0, rgba(0, 0, 0, 0.1) 100%);
	background-origin: border-box;
}

.insights-cards .insights-topsection-inner {
	display: flex;
}

.insights-cards .insights-topsection-inner .insights-topsection-heading {
	position: relative;
	width: 58.33333%;
}

.insights-cards .insights-topsection-inner .insights-topsection-buttons {
	position: relative;
	width: 41.66667%;
}

.insights-cards .insights-topsection-inner .insights-topsection-heading h2 {
	padding: 2px 10px 10px 0;
	margin: 0;
	font-size: 48px;
}

.insights-cards .insights-topsection-inner .insights-topsection-buttons a {
	max-width: 200px;
	margin: 10px 0;
	display: block;
	text-align: right;
	background-color: rgba(0, 0, 0, 1);
	border-color: rgba(0, 0, 0, 1);
	margin-left: auto;
	border-radius: 5px;
	text-align: center;
}

.insights-cards .insights-topsection-inner .insights-topsection-buttons a span {
	color: #fff;
	font-weight: 700;
	font-family: Montserrat;
	padding: 16px 0;
	display: block;
}

.insights-cards .insights-cards-container {
	margin: 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	text-align: right;
}

.insights-cards-container .insights-cards-inner {
	grid-template-columns: repeat(3, 1fr);
	display: grid;
	grid-gap: 20px;
	width: 100%;
	line-height: 1.5;
}

.insights-cards-container .insights-cards-col {
	position: relative;
	text-align: left;
	width: 100%;
	border-radius: 10px;
}

.insights-cards-container .insights-cards-col .insights-col-inner {
	box-shadow: rgba(230, 230, 230, 1) 0 3px 11px 0 !important;
	-moz-box-shadow: rgba(230, 230, 230, 1) 0 3px 11px 0 !important;
	-webkit-box-shadow: rgba(230, 230, 230, 1) 0 3px 11px 0 !important;
	border-color: rgba(0, 0, 0, 0);!;!importan;
	border-width: 0;!;!importan;
	border-style: solid;!importan;
	!;!importan;
	background-color: rgba(255, 255, 255, 1);
	min-height: 100%;
	display: flex;
	flex-direction: column;
	border-radius: 10px !important;!i;!;
}

.insights-cards-container a.in-blogImgLink {
	height: 100px;
	width: 100%;
	display: block;
}

.insights-cards-container .in-blogImg {
	transition: all .2s ease-out !important;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	border-radius: 10px 10px 0 0;
}

.insights-cards-container .in-blogImg img {
	visibility: hidden;
	position: static;
}

.insights-cards-container .in-postTextContainer {
}

.insights-cards-container  .in-postText {
	padding: 15px;
	flex: 1 1 auto;
	display: block;
	width: 100%;
}

.insights-cards-container .in-postText .in-postTitle {
	text-align: left;
}

.insights-cards-container .in-postText .in-postTitle h3 {
	margin: 0 0 15px;
	padding: 0;
	line-height: normal;
	font-size: 18px;
	font-family: 'Montserrat';
	font-weight: 700;
	line-height: 1.5em;
}

.insights-cards-container .in-postText .in-postTitle h3 a {
	color: #000;
}

.insights-cards-container .in-postTextContainer .in-authorBar {
	font-size: 12px;
	font-family: Montserrat;
	font-weight: 400;
	text-decoration: underline;
	margin: 0 0 15px;
	opacity: .8;
}

.insights-cards-container .in-postTextContainer .in-postDescription {
	font-size: 14px;
	font-family: Montserrat;
	color: rgba(0, 0, 0, 0.5);
	font-weight: 500;
	max-height: 4.1em;
	overflow: hidden;
	line-height: 1.4em;
	word-break: break-word;
}

.insights-cards-container .in-postTextContainer .in-readMore {
	padding: 0 15px 15px;
	opacity: .8;
}

a.insights-showallbtn {
	display: none;
}

.insights-cards-container .in-postTextContainer .in-readMore a {
	font-size: 14px;
	font-family: Montserrat;
	font-weight: 700;
	color: #000;
}

@media (max-width: 767px){
	.insights-cards {
		padding: 15px;
	}

	.insights-cards .insights-topsection-inner .insights-topsection-buttons {
		display: none;
	}

	.insights-cards .insights-topsection-inner .insights-topsection-heading {
		width: 100%;
	}

	.insights-cards .insights-topsection-inner .insights-topsection-heading h2 {
		text-align: center;
		font-size: 38px;
		line-height: 1.3;
	}

	.insights-cards .page-center {
		padding: 0 15px;
	}

	.insights-cards-container .insights-cards-inner {
		grid-template-columns: repeat(1, 1fr);
	}
	a.insights-showallbtn {
		display: block;
		background: #000;
		margin-top: 30px;
		max-width: 328px;
		color: #fff;
		border-radius: 5px;
		text-align: center;
		font-weight: 700;
	}

	a.insights-showallbtn span {
		padding: 16px 0;
		display: block;
	}
}