#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(--dd-text);
}
.more-pages_title-wrap p a {
	text-decoration: underline;
	color: var(--dd-text);
}
.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(--main-hero-bacground);
	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(--dd-subtitle);
}
#more-pages-link {
	width: 170px;
	height: 59px;
	font-size: 16px;
	line-height: 19.36px;
	margin-top: 15px;
}
@media only screen and (max-width: 1500px) {
	#dd-more-pages .wide-container {
		max-width: 1270px;
		width: 100%;
	}
}
@media only screen and (min-width:1200px) and (max-width:1500px) {
	.more-pages_title-wrap h2.dd-sec-title {
			max-width: 700px;
	}
}
@media only screen and (max-width: 1200px) {
	.more-text h3 {
		font-size: 23px;
		line-height: 30px;
	}
	.more-text .dd-text {
  	  font-size: 15px;
		line-height: 26px;
	}
	.more-text {
		padding: 5px 25px 25px;
	}
	.more-pages_title-wrap p {
		font-size: 18px;
	}
	#dd-more-pages {
		padding: 80px 0;
	}
}
@media only screen and (max-width: 991px) {
	.more-pages_title-wrap p {
		font-size: 17px;
		line-height: 30px;
	}
	.more-pages_title-wrap {
		padding-bottom: 50px;
	}
	.more-pages_title-wrap h2 {
		max-width: 80%;
	}
	.more-text .dd-text {
		font-size: 16px;
		line-height: 28px;
	}
}
@media only screen and (max-width: 767px) {
	.more-pages_title-wrap {
		padding-bottom: 35px;
	}
	.more-pages_title-wrap h2 {
		max-width: unset;
	}
	.more-img-wrap img {
		border-radius: 10px;
	}
	.more-text #more-pages-link {
		width: 100%;
	}
}