.amp_insights.plain_content_blocks .grid-x {
	display: flex;
    flex-flow: row wrap;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}


.amp_insights .grid-x .contextual-component {
    width: calc(33.3333% - 1.5rem);
}

.amp_insights .grid-x .contextual-component {
	background: #fff;
	position: relative;
	min-height: 28rem;
	display: block;
	margin-top: 1.5rem;
	margin-left: .75rem;
	margin-right: .75rem;
}

.amp_insights .grid-x .contextual-component>img.coh-image.coh-image-responsive-xl {
	margin-bottom: 2rem;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}

.amp_insights .contextual-component h3.coh-heading {
	margin: 0 2rem .75rem;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.75rem;
	color: #001e41;
}

.amp_insights .contextual-component p.coh-paragraph {
	font-size: 1rem;
	line-height: 1.5rem;
	color: #545454;
	padding: 0 2rem 5.5rem;
	display: inline-block;
}

.amp_insights .grid-x>h1.coh-heading {
	width: 100%;
    margin-left: .75rem;
}

.amp_insights .grid-x>h2.coh-heading {
	width: 100%;
	margin-left: .75rem;
	font-size: 2em;
	margin-bottom: 2rem;
    z-index: 10;
}

.amp_insights .grid-x a.coh-link {
	display: flex;
	align-items: center;
	text-decoration: none;
	line-height: 1.5rem;
	position: absolute;
	bottom: 2rem;
	left: 2rem;
	color: #007DBE;
	font-weight: bold;
}

.amp_insights a .next-icon {
	margin-left: .8rem;
}


@media screen and (min-width:1024px) {
	.amp_insights .grid-x .contextual-component {
		width: 31.3%;
	}
}


@media screen and (max-width:767px) {
	.amp_insights .grid-x .contextual-component {
		width: calc(100% - 1.5rem);
	}
}

@media screen and (min-width:768px) and (max-width:1023px) {
	.amp_insights .grid-x .contextual-component {
		width: calc(50% - 1.5rem);
	}
}


/*feedback css added by Rajat-- end here*/

/*added css for 2*2 layout for description*/
.amp_insights .contextual-component p.coh-paragraph.twobytwo-paragraph {
	display: block;
}