.blogsListing {
	display: flex;
	flex-direction: column;
}


.articleContainer {
	padding: 28px;
	width: 100%;
	box-sizing: border-box;
}

.articleContainerRevival {
	background-color: black;
}

.articleContainerAbba {
	background-color: #008DD2;
}

.typeName {
	font-size: 36pt;
	letter-spacing: -1px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
}

.typeContents {
	font-size: 19pt;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: bold;
}

.articleContainerRevival .typeContents {
	color: #C5C6C6;
}

.articleContainerAbba .typeContents {
	color: #ABD6EC;
}

.innerArticleContainer {
	margin-top: 33px;
}

.innerArticleContainer a {
	text-decoration: none;
}

.blogContainer {
	display: flex;
}

.blogContainer {
	margin-bottom: 4px;
}

.innerArticleContainer a:last-of-type .blogContainer {
	margin-bottom: 0;
}

.blogThumb {
	width: 71px;
	height: 71px;
	background-size: cover;
	background-repeat: no-repeat;
}

.blogText {
	margin-left: 21px;
}

.blogTitle {
	font-size: 16pt;
	font-weight: bold;
	color: white;
	letter-spacing: -1px;
}

.blogSubtitle {
	font-size: 14pt;
	font-weight: normal;
	/* letter-spacing: -1px; */
	margin-top: 4px;
}

.articleContainerRevival .blogSubtitle {
	color: #C5C6C6;
}

.articleContainerAbba .blogSubtitle {
	color: #ABD6EC;
}



@media (min-aspect-ratio: 9/10), (min-width: 768px) {
	.blogsListing {
		flex-direction: row;
		padding: 47px 5% 47px 5%;
		background-color: #D8DAD9;
		display: flex;
	}

	.articleContainer {
		padding: 28px;
	}
	
	.typeName {
		font-size: 36pt;
	}
	
	.typeContents {
		font-size: 19pt;
	}
	
	.innerArticleContainer {
		margin-top: 33px;
	}
	
	.blogContainer {
		margin-bottom: 4px;
	}
	
	.blogThumb {
		width: 71px;
		height: 71px;
	}
	
	.blogText {
		margin-left: 21px;
	}
	
	.blogTitle {
		font-size: 16pt;
	}
	
	.blogSubtitle {
		font-size: 14pt;
		margin-top: 4px;
	}
}

@media (min-width: 768px) and (max-width: 1100px) {
	.articleContainer {
		padding: 2.287vw;
	}
	
	.typeName {
		font-size: 3.925vw;
	}
	
	.typeContents {
		font-size: 2.07vw;
	}
	
	.innerArticleContainer {
		margin-top: 2.7vw;
	}
	
	.blogContainer {
		margin-bottom: 0.33vw;
	}
	
	.blogThumb {
		width: 5.805vw;
		height: 5.805vw;
	}
	
	.blogText {
		margin-left: 1.72vw;
	}
	
	.blogTitle {
		font-size: 1.743vw;
	}
	
	.blogSubtitle {
		font-size: 1.71vw;
		margin-top: 0.33vw;
	}
}


@media(max-width: 550px) {
	.articleContainer {
		padding: 5.1vw;
	}
	
	.typeName {
		font-size: 8.7vw;
	}
	
	.typeContents {
		font-size: 4.6vw;
	}
	
	.innerArticleContainer {
		margin-top: 6vw
	}
	
	.blogContainer {
		margin-bottom: 0.75vw;
	}
	
	.blogThumb {
		width: 12.9vw;
    	height: 12.9vw;
	}
	
	.blogText {
		margin-left: 3.8vw;
	}
	
	.blogTitle {
		font-size: 3.87vw;
	}
	
	.blogSubtitle {
		font-size: 3.5vw;
		margin-top: 0.75vw;
	}
}