#footer_container {
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	grid-template-rows: 25% 25% 25% 25%;
	
	height: 340px;
	
	background-color: #bee5fb;
	width: 100%;
	
	margin-top: 0%;
	
	border-top: 1.5px solid #7FCCF7;
	margin-left: auto;
	margin-right: auto;
	max-width: 2150px;


	
	
}