.contributors-heading {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.contributor-box img {
	border-radius: 50%;
}
.contributors-box-out-area {
	padding: 20px;
	border: 1px solid #ccc;
}
.contributor-list {

	display: flex;
	flex-wrap: wrap;
}
.contributor-box {

	padding: 20px;
}
.contributor-box a {

	text-decoration: none;
}
.contributor-image {
	display: flex;
	justify-content: center;
}
@media (max-width: 480px) {

	.contributors-heading {
		text-align: center;
	}
}
