/* ------------------------------------------------------------ *\
	Blog Articles
\* ------------------------------------------------------------ */

.articles-list {

}

.articles-list .title {
	margin-bottom: 10px;
}


.articles-list .title h2 {
	color: #004990;
}

.articles-list .article {
	display: flex;
}

.articles-list .article .article__image {
	padding: 10px;
	max-width: 360px;
}

.articles-list .article .article__image img {
	max-width: 285px;
	max-height: 190px;
}
.articles-list .article .article__content {
	padding: 10px;
}

.articles-list .article .article__content .title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.38;
}

.articles-list .article .article__content .title a {
	text-decoration: none;
	color: #3A3A3A;
}

.articles-list .article .article__content .date {
	font-size: 15px;
	color: #6CADDF;
	font-weight: 600;
	margin-bottom: 5px;
}

.articles-list .not-found {
	margin: 30px auto;
	text-align: center;
}

@media screen and ( max-width: 768px ) {
	.articles-list .article {
		flex-direction: column;
	}
}
