#intro .header {color: #ffe888;}
#intro .body-copy ul {color: #fff; list-style-type: disc;}
@media(min-width: 769px) {
	#intro .body-copy ul {
		display: grid;
	  grid-template-columns: repeat(2, [col-start] 1fr);
	  justify-items: left;
	  align-items: start;
		row-gap: 0.5rem;	
		max-width: 750px;
		margin: 2rem auto 0;
					li {
	   max-width: 364px;
			grid-column: auto;
			grid-row: auto;
		}
	}
}
@media(max-width: 768px) {
	#intro .body-copy ul {
		display: inline-grid;
		row-gap: 0.5rem;	
		margin-top: 1rem;
		li {text-align: left;}
	}
}
 @media screen and (max-width:767px){} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){}