/* General Ariticle Styles Start Here */

.article-container {
	padding-top:50px;
	padding-bottom:70px;
	display:flex;
	flex-direction:column;
}

.article-container .heading h1 {
	text-align:center;
	font-weight:400;
	font-size:30px;
}


.writeup-container{ 
	background-color:hsl(0, 0%, 98%);
	width:350px;
	display:flex;
	justify-content:center;
	padding-top:10px;
	padding-bottom:20px;
}
.writeup-container .div-writeup {
	width:300px;
}
.div-writeup .authors-name {
	font-size:12px;
	font-weight:300;
	color:hsl(233, 8%, 62%);
}
.div-writeup h2 {
	font-size:17px;
	font-weight:400;
	color:rgba(0,0,0,0.8);
}
.div-writeup p {
	font-size:14px;
	font-weight:300;
	color:hsl(233, 8%, 62%);
}

/*  General Ariticle Styles Stops Here */



/* Article 1 Styles */
.article-one {
	display:flex;
	flex-direction:column;
	align-items:center;
	padding-top:10px;
	padding-bottom:0;
}
.article-one .div-image {
	width:350px;
	height:180px;
}
.article-one .div-image img {
	width:350px;
	height:180px;
}





/* Article 2 Styles */

.article-two {
	display:flex;
	flex-direction:column;
	align-items:center;
	padding-top:0;
	padding-bottom:0;
}
.article-two .div-image {
	width:350px;
	height:180px;
}
.article-two .div-image img {
	width:350px;
	height:180px;
}



/* Article 3 Styles */

.article-three {
	display:flex;
	flex-direction:column;
	align-items:center;
	padding-top:0;
	padding-bottom:0;
}
.article-three .div-image {
	width:350px;
	height:180px;
}
.article-three .div-image img {
	width:350px;
	height:180px;
}



/* Article 3 Styles */

.article-four {
	display:flex;
	flex-direction:column;
	align-items:center;
	padding-top:0;
	padding-bottom:0;
}
.article-four .div-image {
	width:350px;
	height:180px;
}
.article-four .div-image img {
	width:350px;
	height:180px;
}