.collection-title {
	padding: 0 15px;
	text-align: center;
}

.collection-title h3 {
	font-size: 44px;
}

.collection-title h6 {
	font-size: 32px;
	font-weight: 700;
}

@media only screen and (min-width: 641px) {
	.collection-title h3 {
		font-size: 78px;
	}

	.collection-title h6 {
		font-size: 60px;
		font-weight: 700;
	}
}
.blog {
	margin-bottom: 40px;
	overflow: hidden;
}

.blog .collection-title h3,
.blog .collection-title h6 {
	color: #8ba154;
}

.blog .collection-title h3 {
	font-size: 46px;
	margin-bottom: 10px;
}

.blog .collection-title h6 {
	margin-bottom: 5px;
	padding-top: 10px;
}
@media only screen and (max-width: 64em) {
	.blog .collection-title h6 {
		margin-bottom: 5px;
		padding-top: 20px;
	}
}

.blog .slider .arrow-cont {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 50%;
	width: 100%;
	transform: translateX(50%);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding-top: 25%;
	pointer-events: none;
}

.blog .slider .arrow-cont button {
	width: 52px;
	height: 55px;
	pointer-events: auto;
	background-color: transparent;
	margin: 0;
	padding: 0;
}

.blog .slider .arrow-cont .inner .svg-btn {
	width: 55px;
	height: 55px;
}

.blog .slider .arrow-cont button.custom-slick-prev {
	transform: translateX(-26%);
}

.blog .slider .arrow-cont button.custom-slick-next {
	transform: translateX(26%);
}

.blog .item .img-cont {
	width: 100vw;
	height: 66vw;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.blog .item .content {
	padding: 20px 15px 0;
}

.blog .item .content .text p {
	font-size: 17px;
	margin-bottom: 30px;
}

@media only screen and (min-width: 641px) {
	.blog .collection-title h3 {
		font-size: 82px;
	}
}

@media only screen and (max-width: 641px) {
	.blog .item .content .text p {
		font-weight: 700;
		font-size: 21px;
	}
	.blog .item .content .title h4 {
		font-weight: 700;
		font-size: 35px;
	}

}


@media only screen and (min-width: 1025px) {
	.blog {
		margin-bottom: 60px;
	}

	.blog .controlled-width {
		margin-bottom: -100px;
	}

	.blog .collection-title {
		position: relative;
		z-index: 2;
		width: 100%;
		max-width: 440px;
		padding-top: 50px;
		padding-bottom: 6px;
		background-color: #fff;
		box-shadow: 12px 15px 23px rgba(0, 0, 0, 0.2);
	}

	.blog .slider .arrow-cont {
		padding-top: 20%;
	}

	.blog .item {
		position: relative;
	}

	.blog .item .img-cont {
		position: relative;
		height: 48vw;
	}

	.blog .item .img-cont::after {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 1) 99%);
	}

	.blog .item .content {
		position: absolute;
		opacity: 0;
		bottom: 0;
		width: 100%;
		max-width: 1340px;
		display: flex;
		justify-content: center;
		right: 50%;
		transform: translate(50%, 100%);
		transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
	}

	.blog .item.slick-current .content {
		transform: translate(50%, 0);
		opacity: 1;
		transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
	}

	.blog .item .content .inner {
		margin-right: 80px;
	}

	.blog .item .content h4 {
		color: #fff;
		font-size: 30px;
		margin-bottom: 5px;
	}

	.blog .item .content .text p {
		color: #fff;
		font-size: 16px;
		margin-bottom: 35px;
	}
}

@media only screen and (min-width: 1200px) {
	.blog .item .content h4 {
		font-size: 43px;
	}

	.blog .item .content .text p {
		font-size: 20px;
		margin-bottom: 50px;
	}
}

a.btn {
	border-radius: 20px / 28px;
}
