.entry-header .entry-title,
	.entry-header .entry-title a,
	.entry-excerpt,
	.article-date {
		font-family: 'Open Sans', sans-serif;
	}

	.entry-header .entry-title a {
		color: #333333 !important;
	}

	.entry-excerpt {
		color: #777777 !important;
	}

	.container.right-sidebar {
		padding-left: 0px;
		padding-right: 0px;
	}

	.content-link {
		color: #333333 !important;
		text-decoration: underline !important;
	}

	@media (max-width: 768px) {
		.entry-header {
			margin-bottom: 20px !important;
		}

		.list-article {
			padding-bottom: 50px;
		}
	}

	@media (min-width: 769px) {
		.entry-header {
			margin-bottom: 30px !important;
		}

		.list-article {
			padding-bottom: 65px;
		}
	}

	.list-article {
		border-bottom: 1px solid #e9e9e9;
		margin-bottom: 30px;
	}

	.list-article:last-child {
		border-bottom: none;
	}

	.article-date {
		color: #E4054C;
		font-size: 14px;
		margin-top: 15px;
		display: block;
		font-weight: 500;
	}
