.feeds h3 {
	font-size: 16px;
	font-weight: 600;
	margin: 10px 0;
}
.feeds .text-muted {
	font-size: 12px;
	margin: 0 0 10px;
}
.feeds a {
	color: #010101;
	display: block;
	text-decoration: none;
	font-size: 14px;
}
@media screen and (min-width: 768px) {
	.feeds a:hover h3 {
		color: #743089;
		text-decoration: underline;
	}
}
