#about .about-main, .journey, .cert {
	padding: 60px 0 60px 0;
} 

#about .about-main h1, .journey h2, .ux h2, .cert h2, .cert p, .cert h3 {
	padding-bottom: 20px;
}

#about .about-main p {
	padding-bottom: 30px;
}

#about .about-main .italic {
	text-transform: italic;
}

hr {
	border: 1px solid #000;
	width: 100%;
}

.ux {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding-bottom: 60px;
}

.ux li, .cert li {
	margin-left: 50px;
	padding-bottom: 10px;
}



/*  Media Queries */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.ux {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 20px;
	}

}

/* Small to medium devices (600-768) */
@media only screen and (min-width: 601px) and (max-width: 768px) {
	
}


/* Large to some extra large devices (769 - 1200) */
@media only screen and (min-width: 769px) and (max-width: 1200px) {

}