.research-martech-columns {
	display: flex !important;
	justify-content: space-evenly !important; 
}

.research-martech-columns .insights-card {
	width: 90% !important;
	height:550px; 
}

.research-martech-columns .insights-card .wp-block-cover__inner-container {
	margin-bottom: 50px !important;
}

.research-martech-columns .insights-card h2 {
	position: relative !important; 
}

@media screen and (min-width:450px) {
	.research-martech-columns .insights-card {
		height: auto !important; 
	}
}

@media screen and (min-width: 782px) {
	.research-martech-columns .wp-block-column {
		flex-basis: 45% !important; 
	}
	.research-martech-columns .insights-card {
		width: 100% !important; 
		height: 550px !important; 
	}
}

@media screen and (min-width: 1325x) {
	.research-martech-columns .insights-card {
		width: 90% !important; 
	}
}