.about-logo{
	width: 100%;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #dceef0;
}



.about-logo-content-text{
	color: #ffffff;
	font-size: 30px;
	margin-left: 20px;
}

@media screen and (min-width: 650px) {
	.about-content{
		width: 600px;
		padding-top: 40px;
		margin: 0px auto;
	}
	
	.about-logo-content{
		display: flex;
		flex-direction: row;
		align-items: center;
	}
}


@media screen and (max-width: 650px) {
	.about-content{
		width: 100%;
		padding-top: 40px;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.about-logo-content{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

.about-content-text{
	margin: 0 auto;
	font-size: 16px;
	color: #4a4a4a;
	line-height:30px; 
}

.about-desc{
	text-indent: 20px;
}

.navbar {
    background-color: #f7f8fa;
    padding: 10px 0px 10px 0px;
}