
section{
	padding: 10px;
}
h1{
	margin: 0 0 15px 0;
	color: white;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Poppins',sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.2px;
}
.more{
	display: none;
}
.post{
	color: #000;
	font-size: 18px;
	text-align: justify;
	line-height: 25px;
	font-family: 'Work Sans',sans-serif;
}
.post:not(:last-child){
	margin-bottom: 30px;
}
button{
	margin-top: 15px;
	display: block;
	background-color: #e41d3f;
	color: white;
	border:none;
	outline: none;
	padding: 8px 20px;
	text-transform: capitalize;
	cursor: pointer;
	font-size: 20px;
}