  
		.glance-callout {
			
				border-left: solid #ecac00 4px;
		border-right: solid #ecac00 4px;
  margin: 3.5rem auto 2.5rem auto;
  width: 80%;
  background-color: white;
  border-radius: 5px;
display: block;
		  display: block;


		}
		
		.glance-callout-grid {
			
			
  margin: 3.5rem auto 2.5rem auto;

  background-color: white;
  border-radius: 5px;
display: block;
		  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-gap: 2rem;

		}
		
		.imgdrop {
		filter: drop-shadow(11px 11px 0px #ecac00);
		width:100%;
		max-width:800px;
		}
		
		.glance-callout h2 {
		font-weight:bold;
		margin: 1rem;
  		
		}
		.glance-callout p {
		margin-left: 2.0rem;
		margin-right: 0.75rem;
		}
		
		.date {
		display:none;
		}
		
.pageContent h1 {
	font-size: 2.75rem;
}

