.ccm-block-page-list-pages {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 40px;
}
#story0 {
	width: 100%;
	display: flex;
	flex-direction: column;
}
#page-wrapper .revision-article-list .ccm-block-page-list-page-entry-thumbnail {
	width: 100%;
}
.ccm-block-page-list-page-entry {
	width: 440px;
}
.ccm-block-page-list-page-entry-thumbnail img {
	width: 100%;
	height: auto;
}
.ccm-block-page-list-page-entry-text {
	display: flex;
	padding: 40px 0;
	flex-direction: column;
}
.ccm-block-page-list-page-entry-text a.catLink {
	font-size: 14px;
	display: block;
	font-family: poppinsmedium;
	text-transform: uppercase;
	color: #445ca9;
	letter-spacing: 2px;
}
.ccm-block-page-byline {
	display: none;
}
#story0 .ccm-block-page-list-page-entry-text {
	display: flex;
	padding: 40px 0;
	flex-direction: row;
}
.ccm-block-page-list-page-entry-text a {
	font-family: recoletablack;
	font-size: 36px;
	color: #171b60;
	text-decoration: none;
	line-height: 43px;
}
.catSelect {
	background: #fff;
	border: 1px solid #171b60;
	border-radius: 30px;
	padding: 0px 30px;
	margin: 40px 0;
	font-family: poppinsmedium;
	font-size: 14px;
	height: 44px;
	color: #171b60;
}
.ccm-block-page-list-description, .ccm-block-page-byline {
	font-family: poppinsregular;
	color: #171b60;
	font-size: 20px;
	line-height: 34px;
}
#story0 .ccm-block-page-byline {
	display: block;
	margin-top: 20px;
	font-family: poppinsmedium;
}

#story0 .ccm-block-page-list-page-entry-text > a {
  width: 480px;
}

#story0 .ccm-block-page-list-page-entry-text .artMeta {
  width: 920px;
}

