.trending-post {
	padding: 71px 0;
	border-bottom:1px solid black;
}
.trending-post .title-centre {
	max-width: 1310px;
	margin: 0 auto;
	display:block;
}
.trending-post h2 {
	letter-spacing: -1.36px;
	font-size: 68px;
	text-transform: uppercase;
	margin:0;
}
.trending-post article {
	max-width: 1310px;
	margin: 22px auto 0;
	display: flex;
	justify-content: space-between;
}
.trending-post article .col2 {
	width: 421px;
}
.trending-post article .col2 .desc {
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0.17px;
	font-family: 'PT Serif';
	margin-top: 20px;
}
.trending-post article .col1 {
	width: 512px;
}
.trending-post article .col2 h2 {
	text-transform: capitalize;
	font-size: 50px;
	font-style: normal;
	font-weight: 100;
	line-height: 110%;
	letter-spacing: -1px;
}
.trending-post article a {
	text-decoration: none;
}
.trending-post article .col1 img {
	width: 100%;
	height: 650px;
}
.trending-post article .col3 {
	width: 245px;
	flex-direction: column;
	justify-content: flex-end;
	display:flex;
}
.trending-post article .col3 .button  {
	display: flex;
	width: 133px;
	height: 24px;
	margin: 0 0 30px 110px;
	padding: 3px 0 0 10px;
}
.trending-post article .col3 .button img {
	width: 31px;
	height: 15px;
	margin: 0 0 0 9px;
	object-fit:contain;
}
.trending-post article .col3 img {
	width: 100%;
	height: 314px;
	object-fit: cover;
}
.trending-post article .col3 .button:hover {
	opacity:1;
	background:#E4C9B1;
}
@media all and (max-width:1310px) {
  .trending-post article, .trending-post .title-centre {
	max-width:1200px;
  }
}
@media all and (max-width:1200px) {
	.trending-post article, .trending-post .title-centre {
		max-width: 1000px;
	}
	.trending-post article .col1 {
		width: 38%;
	}
	.trending-post article .col2 {
		width: 34%;
	}
	.trending-post article .col2 h2 {
		font-size:40px;
	}
}
@media all and (max-width:1000px) {
	.trending-post article, .trending-post .title-centre {
		max-width: 700px;
		display: block;
	}
	.trending-post article .col1 {
		width: 100%;
	}
	.trending-post article .col2 {
		width: 100%;
		margin: 20px 0 0;
	}
	.trending-post article .col3 {
		width:100%;
		flex-direction: column-reverse;
		align-items: end;
	}
	.trending-post article .col3 img {
		width: 229px;
		height: 314px;
		object-fit: cover;
		margin: 0;
	}
	.trending-post article .col2 {
		width: 100%;
		margin: 20px 0 20px;
	}
	.trending-post article .col1 img {
		width: 100%;
		height: 800px;
	}
	.trending-post article .col3 .button {
		margin: 20px 0 0px 110px;
	}
}
@media all and (max-width:700px) {
	.trending-post {
		padding: 0 0 0;
		border-bottom: 1px solid black;
	}
	.trending-post article {
		max-width: 100%;
		margin: -1px auto 0;
	}
	.trending-post article .col1 img {
		width: 100%;
		height: 500px;
		object-position: top center;
	}
	.trending-post article .col2 {
		width: 90%;
		margin: 116px auto 20px;
	}
	.trending-post {
		position: relative;
	}
	.trending-post .title-centre {
		position: absolute;
		top: 524px;
		left: 0;
		right: 0;
		margin: auto;
		width: 90%;
		font-size: 48px;
	}
	.trending-post h2 {
		font-size:48px;
	}
	.trending-post article .col2 h2 {
		font-size: 36px;
	}
	.trending-post article .col2 .desc {
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%;
		letter-spacing: 0.17px;
		font-family: 'PT Serif';
		margin-top: 10px;
	}
	.trending-post article .col3 {
		width: 90%;
		flex-direction: column-reverse;
		align-items: end;
		margin: 0 auto 30px;
	}
} 
