.follow {
	display: flex;
	align-items: center;

	width: 100%;
	height: 64px;
}
.follow > img {
	margin-right: 8px;

	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.follow > p {
	text-align: center;
	font-size: 18px;
}

.follow-empty {
	margin-top: 24px;

	font-size: 21px;
}