#about-top {
	width: 100%;
	margin-bottom: 30px;
	position:  relative;
}
#about-top .about-title {
	color: white;
	font-size: 35px;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-weight: bold;
	position: absolute;
	top: calc( 50% - 20px);
	left: 20px;
	text-shadow: #000 0 1px 1px;
}
@media (max-width: 424px) {
	#about-top {
		justify-content: center;
		padding: 0;
	}
}