/****** PLACE YOUR CUSTOM STYLES HERE ******/

.blog p{
	color: #292929;
	text-align: left;
	max-width: 90%;
}

.team {
	text-align: center;	
}

.team img {
	width: 100%;
	border-radius: 50%;
}

.team h5 {
	margin-bottom: 0px;
}

.justify-content-center {
	display: flex;
	justify-content: center;
}

@media all and (max-width: 767px) {
	.justify-content-center {
			display: block;
			justify-content: center;
		}
	}