.popular-posts {
	margin-bottom: 70px;
}

.popular-posts .wrapper {
	max-width: 1390px;
	margin: 0 auto;
}

.popular-posts .allons-logo img {
	display: block;
	width: 252px;
	height: auto;
	margin: 0 auto 18px;
}

.popular-posts .title-cont {
	margin-bottom: 10px;
}

.popular-posts h2 {
	font-family: 'Indie W00 Regular';
	font-size: 42px;
	color: #000018;
	text-align: center;
	letter-spacing: 0px;
	margin: 0;
}

.popular-posts .post-cont {
	display: block;
}

.popular-posts .item {
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}

.popular-posts .text-cont {
	padding: 20px;
	background-color: #d11f44;
	max-width: 290px;
}

.popular-posts h3 {
	font-family: 'Lido Bold';
	color: #fff;
	line-height: 26px;
	margin-bottom: 0;
}

.popular-posts h3 a {
	color: inherit;
}

.popular-posts h3 .fa {
	color: inherit;
	font-weight: 600;
	margin-left: 3px;
}

.popular-posts .see-all {
	text-align: center;
}

.popular-posts .see-all a {
	display: inline-block;
	background-color: #d11242;
	padding: 11px 19px;
	color: #fff;
	font-family: "Nexa W01 Heavy";
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	transition: background-color 0.4s ease-in-out;
}

.popular-posts .see-all a:hover {
	background-color: #bb002c;
	transition: background-color 0.4s ease-in-out;
}

.popular-posts .see-all a .fa {
	color: inherit;
	font-weight: 600;
	margin-left: 3px;
}

@media (min-width: 641px) {
	.popular-posts {
		margin-bottom: 80px;
	}

	.popular-posts .wrapper {
		padding: 0 15px;
	}

	.popular-posts .title-cont {
		margin-bottom: 20px;
	}

	.popular-posts h2 {
		font-size: 60px;
	}

	.popular-posts .post-cont {
		display: flex;
		flex-wrap: wrap;
	}

	.popular-posts .item {
		margin-bottom: 45px;
		flex: 0 0 50%;
		max-width: calc(50% - 13px);
	}

	.popular-posts .item:nth-child(odd) {
		margin-right: 26px;
	}

	.popular-posts .text-cont {
		position: absolute;
		left: 0;
		bottom: 30px;
		width: 100%;
		pointer-events: none;
	}
}

@media (min-width: 1025px) {
	.popular-posts {
		margin-bottom: 90px;
	}

	.popular-posts .allons-logo img {
		width: 399px;
		margin-bottom: 10px;
	}

	.popular-posts .title-cont {
		margin-bottom: 25px;
	}

	.popular-posts h2 {
		font-size: 80px;
	}

	.popular-posts .item {
		margin-bottom: 60px;
		max-width: calc(50% - 18px);
	}

	.popular-posts .item:nth-child(odd) {
		margin-right: 36px;
	}

	.popular-posts .text-cont {
		bottom: 70px;
		max-width: 350px;
		width: 100%;
	}

	.popular-posts h3 {
		font-size: 30px;
		line-height: 34px;
	}

	.popular-posts .see-all a {
		font-size: 18px;
		padding: 19px 40px;
	}

	.popular-posts .see-all a .fa {
		font-size: 22px;
	}
}
