#articles-2 h2 {
	color: #fff;
	text-align: left;
	font-size: 1.5em;
	margin-bottom: 0;
	padding-bottom: 0;
  }
  #articles-2 p {
	color: #fff;
  }
  #articles-2 .btn {
	display: inline-block;
	margin-bottom: 25px;
	margin-top: 0px;
  }
  #articles-2 .section-inner {
	display: grid;
	grid-template-columns: 47.5% 47.5%;
	grid-gap: 4%;
	padding: 4rem;
	color: #fff;
	grid-row-gap: 4rem;
  }
  #articles-2 .cols {
   padding: 25px;
  }
  #articles-2 strong {color: #fff;}
  .inner-col {
	width: 80%;
	float: left;
  }
  .small-txt {font-size: 0.8em;}
  @media screen and (max-width : 768px) {
	#articles-2 .section-inner {
	  padding: 2rem;
	  grid-template-columns: 100%;
	}
  } 
  
  #insights-4 h2 {
		margin-bottom: 30px;
	  }
	  #insights-4 h3 {
		margin-top: 13px;
		line-height: 1.3em;
	  }
	  #insights-4 .btn {
		margin-top: 12px;
		display: inline-block;
	  }
	  @media screen and (max-width : 768px) {
		#insights-4 .col_4 {
		  min-height: 750px;
		}
	  } 
	  @media screen and (max-width : 480px) {
		#insights-4 .col_4 {
		  min-height: 0;
		  padding-bottom: 30px;
		}
	  } 