#dd-more-pages {
	padding: 110px 0;
}
.more-pages_title-wrap {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 15px 60px;
}
.more-pages_title-wrap h2 {
	margin: 0 auto 25px;
	max-width: 73%;
}
.more-pages_title-wrap p {
	font-size: 20px;
	font-weight: 300;
	line-height: 36px;
	color: var(--main);
}
.more-pages_title-wrap p a {
	text-decoration: underline;
	color: #45B170;
	transition: .5s ease;
}
.more-pages_title-wrap p a:hover {
	color: var(--main-hover);
	transition: .5s ease;
}
.more-pages-wrap {
	display: flex;
	flex-wrap: wrap;
}
.more-wrap {
	margin-bottom: 30px;
}
.more-inner,
.more-text {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.more-img-wrap img {
	border-radius: 20px;
	width: 100%;
}
.more-text {
	background: var(--bckg);
	border-radius: 20px;
	padding: 5px 30px 30px;
	justify-content: space-between;
}
.more-text h3 {
	font-size: 28px;
	font-weight: 600;
	line-height: 36px;
	color: var(--main);
}
.more-pages-link {
	width: 170px;
	height: 59px;
	font-size: 16px;
	line-height: 19.36px;
	margin-top: 15px;
}
@media only screen and (max-width: 1500px) {
	.more-pages_title-wrap p {
		font-size: 18px;
		line-height: 30px;
		max-width: 980px;
	}
	.more-text h3 {
		font-size: 22px;
		line-height: 30px;
	}
	.more-pages-link {
		width: 158px;
		height: 52px;
		font-size: 15px;
	}
}
@media only screen and (max-width: 1200px) {
	.more-text {
		padding: 5px 25px 25px;
	}
	#dd-more-pages {
		padding: 80px 0;
	}
}
@media only screen and (max-width: 991px) {
	.more-pages_title-wrap {
		padding-bottom: 50px;
	}
	.more-pages_title-wrap h2 {
		max-width: 80%;
	}
	#dd-more-pages .wide-container {
		max-width: 750px;
	}
}
@media only screen and (max-width: 767px) {
	#dd-more-pages {
		padding-bottom: 60px;
	}
	.more-pages_title-wrap {
		padding-bottom: 35px;
	}
	.more-pages_title-wrap h2 {
		max-width: unset;
	}
	.more-img-wrap img {
		border-radius: 10px;
	}
}
@media only screen and (max-width: 520px) {
	.more-pages-link {
		width: 100%;
	}
}