
h1{ 	display:block; 	color:#008B7A; 	margin-top:200px; 		margin-bottom:80px; 	} 	.row{ 		display: flex; 		flex-direction: row; 		flex-wrap: wrap; 	} 	.post{ 		width:29%; 		margin-right:6%; 	} 	.post:nth-child(3n){ 		margin-right:0; 	} 	.btn{ 		background-color:#008B7A; 		color:#FFF !important; 		padding:10px 30px; 		border-radius:20px; 		margin-bottom: 60px;     	display: inline-block; 	} 	figure{ 		position:relative; 		width:100%; 		padding-top: 56.25%; 		overflow:hidden; 	} 	figure img{ 		position: absolute; 		top:0; 		width:100%; 	} 	section.footer{ 		margin-top:200px; 	} 	@media(max-width:1024px){ 		.post{ 			width:47%; 		} 		.post:nth-child(2n){ 			margin-right:0; 		} 		.post:nth-child(3n){ 			margin-right:6%;	 		} 	} 	@media(max-width:780px){ 		.post{ 			width:100%; 			margin-right:0; 		} 		.post:nth-child(2n){ 			margin-right:0; 		} 		.post:nth-child(3n){ 			margin-right:0;	 		} 	}