figure {
  max-width: 1160px !important;
  width: 100% !important;
  margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
}

.postsGrid,
.postsGrid-root {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 16px;
	/*padding: 0 40px*/
}

.postsGrid,
.postsGrid-heading,
.postsGrid-root {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto
}

.postsGrid-heading {
	padding: 24px 40px 32px
}

.postsGrid-heading h1 {
	font-weight: 900;
	font-size: 40px;
	letter-spacing: -.5px;
	line-height: 44px
}

.postsGrid-heading span {
	font-size: 16px;
	line-height: 18px;
	color: #7a7a7a;
	margin-bottom: 2px
}

.postCard {
	display: inline-block;
	position: relative;
	overflow: hidden;
	background-color: #f3f3f3;
	border-radius: 9px;
	z-index: 1
}

.postCard .editLink {
	position: absolute;
	padding: 36px
}

.postCard .editLink a {
	display: block;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	background: #0089ff;
	padding: 8px 16px;
	border-radius: 24px
}

.postsGrid-root .postCard:nth-of-type(10n+1),
.postsGrid-root .postCard:nth-of-type(10n+6),
.postsGrid .postCard:nth-of-type(5n+3) {
	grid-column-start: 1;
	grid-column-end: 3;
	height: 468px
}

.postsGrid-root .postCard:nth-of-type(10n+2),
.postsGrid-root .postCard:nth-of-type(10n+7),
.postsGrid .postCard:nth-of-type(5n+4) {
	grid-column-start: 3;
	grid-column-end: 5;
	height: 468px
}

.postsGrid-root .postCard:nth-of-type(10n+3),
.postsGrid-root .postCard:nth-of-type(10n+8),
.postsGrid .postCard:nth-of-type(5n+5) {
	grid-column-start: 5;
	grid-column-end: 7;
	height: 468px
}

.postsGrid-root .postCard:nth-of-type(10n+4),
.postsGrid-root .postCard:nth-of-type(10n+9),
.postsGrid .postCard:nth-of-type(5n+1) {
	grid-column-start: 1;
	grid-column-end: 4;
	height: 360px
}

.postsGrid-root .postCard:nth-of-type(10n+5),
.postsGrid-root .postCard:nth-of-type(10n+10),
.postsGrid .postCard:nth-of-type(5n+2) {
	grid-column-start: 4;
	grid-column-end: 7;
	height: 360px
}

.postsGrid-root .postCard:first-of-type {
	grid-column-start: 1;
	grid-column-end: 7;
	height: 468px;
	box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .2)
}

.postsGrid-root .postCard:nth-of-type(2),
.postsGrid-root .postCard:nth-of-type(7),
.postsGrid-root .postCard:nth-of-type(9) {
	grid-column-start: 1;
	grid-column-end: 4;
	height: 360px
}

.postsGrid-root .postCard:nth-of-type(3),
.postsGrid-root .postCard:nth-of-type(8),
.postsGrid-root .postCard:nth-of-type(10) {
	grid-column-start: 4;
	grid-column-end: 7;
	height: 360px
}

.postsGrid-root .postCard:nth-of-type(4) {
	grid-column-start: 1;
	grid-column-end: 3;
	height: 468px
}

.postsGrid-root .postCard:nth-of-type(5) {
	grid-column-start: 3;
	grid-column-end: 5;
	height: 468px
}

.postsGrid-root .postCard:nth-of-type(6) {
	grid-column-start: 5;
	grid-column-end: 7;
	height: 468px
}

.postCard-wrapper {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(-180deg, transparent, rgba(0, 0, 0, .65))
}

.postCard-thumbnail {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	z-index: -1;
	transition: all .3s ease-in-out
}

.postCard:hover .postCard-thumbnail {
	opacity: .9;
	transform: scale(1.015)
}

.postCard-content {
	position: absolute;
	bottom: 0;
	color: #fff;
	padding: 0 40px 36px
}

.postsGrid-root .postCard:first-of-type .postCard-content {
	padding: 0 60px 48px
}

.postCard-meta {
	margin-bottom: 8px
}

.postCard-tag,
.postCard-timestamp,
.postCatd-point {
	display: inline-block;
	font-weight: 500;
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	margin-right: 3px
}

.postCard-tag a {
	color: inherit;
	text-decoration: none
}

.postCard-title h2 {
	font-weight: 500;
	font-size: 20px;
	letter-spacing: -.2px;
	line-height: 24px
}

.postsGrid-root .postCard:first-of-type .postCard-title h2 {
	font-weight: 700;
	font-size: 36px;
	line-height: 44px
}

@media only screen and (max-width:1199px) {

	.postsGrid-root .postCard:nth-of-type(10n+1),
	.postsGrid-root .postCard:nth-of-type(10n+2),
	.postsGrid-root .postCard:nth-of-type(10n+3),
	.postsGrid-root .postCard:nth-of-type(10n+6),
	.postsGrid-root .postCard:nth-of-type(10n+7),
	.postsGrid-root .postCard:nth-of-type(10n+8),
	.postsGrid .postCard:nth-of-type(5n+3),
	.postsGrid .postCard:nth-of-type(5n+4),
	.postsGrid .postCard:nth-of-type(5n+5) {
		height: 416px
	}

	.postsGrid-root .postCard:nth-of-type(10n+4),
	.postsGrid-root .postCard:nth-of-type(10n+5),
	.postsGrid-root .postCard:nth-of-type(10n+9),
	.postsGrid-root .postCard:nth-of-type(10n+10),
	.postsGrid .postCard:nth-of-type(5n+1),
	.postsGrid .postCard:nth-of-type(5n+2) {
		height: 320px
	}

	.postsGrid-root .postCard:first-of-type {
		height: 416px
	}

	.postsGrid-root .postCard:nth-of-type(2),
	.postsGrid-root .postCard:nth-of-type(3),
	.postsGrid-root .postCard:nth-of-type(7),
	.postsGrid-root .postCard:nth-of-type(8),
	.postsGrid-root .postCard:nth-of-type(9),
	.postsGrid-root .postCard:nth-of-type(10) {
		height: 320px
	}

	.postsGrid-root .postCard:nth-of-type(4),
	.postsGrid-root .postCard:nth-of-type(5),
	.postsGrid-root .postCard:nth-of-type(6) {
		height: 416px
	}
}

@media only screen and (max-width:899px) {

	.postsGrid-root .postCard:nth-of-type(n+1),
	.postsGrid .postCard:nth-of-type(n+1) {
		grid-column-start: 1;
		grid-column-end: 7;
		height: 360px
	}

	.postsGrid-root .postCard:first-of-type .postCard-content {
		padding: 0 40px 36px
	}

	.postsGrid-root .postCard:first-of-type .postCard-title h2 {
		font-size: 30px;
		line-height: 38px
	}
}

@media only screen and (max-width:599px) {

	/*.postsGrid,
	.postsGrid-root {
		padding: 0 18px
	}*/

	.postsGrid-heading {
		padding: 16px 18px 24px
	}

	.postsGrid-heading h1 {
		font-size: 28px;
		letter-spacing: -.3px;
		line-height: 32px
	}

	.postsGrid-heading span {
		font-size: 14px;
		line-height: 16px
	}

	.postsGrid-root .postCard:nth-of-type(n+1),
	.postsGrid .postCard:nth-of-type(n+1) {
		height: 100vw;
		box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .2)
	}

	.postCard-content,
	.postsGrid-root .postCard:first-of-type .postCard-content {
		padding: 0 25px 25px
	}

	.postsGrid-root .postCard:first-of-type .postCard-title h2 {
		font-weight: 500;
		font-size: 20px;
		line-height: 24px
	}
}

@media only screen and (max-width:320px) {

	.postCard-title h2,
	.postsGrid-root .postCard:first-of-type .postCard-title h2 {
		font-size: 18px;
		line-height: 22px
	}
}