#dd-facts .wide-container {
	background: var(--main-facts-backg);
	border-radius: 20px;
}
.facts-wrap {
	display: flex;
	justify-content: space-between;
	padding: 100px 0 120px;
}
#dd-facts-title {
	margin: 0 0 30px;
}
.facts-left-wrap {
	width: 50%;
		z-index: 0;
    position: relative;
}
.facts-right-wrap {
	width: 40%;
}
ul.facts-list {
	list-style: disc;
	padding-left: 20px;
	margin-bottom: 40px;
	z-index: 1;
    position: relative;
}
.facts-left-wrap h3.dd-subtitle,
.facts-left-wrap p.dd-text{
		z-index: 1;
    position: relative;
}
.facts-list li {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: var(--main-facts-list);
	margin-bottom: 15px;
}
.facts-list li strong {
	font-weight: 600;
}
.facts-phone-wrap {
	margin-top: 50px;
}
.facts-phone-wrap .main-cta {
	width: 280px;
	height: 64px;
	font-size: 18px;
	line-height: 21.78px;
}
.fact-img-1 {
	border-radius: 260px 260px 20px 20px;
	margin-bottom: 30px;
}
.fact-img-2 {
	border-radius: 20px;
}
.facts-left-wrap:before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/footer_map_image.svg);
    max-width: 515px;
    max-height: 492px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 0;
    top: 225px;
    filter: brightness(0.0)invert(1);
}
@media only screen and (max-width: 1500px) {
	.facts-wrap {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.facts-phone-wrap .main-cta {
		height: 58px;
		width: 267px;
		font-size: 16px;
	}
	#dd-facts .wide-container {
		max-width: 1270px;
		width: 100%;
	}
	#dd-more-pages .more-pages_title-wrap h2 {
		margin: 0 auto 10px;
	}
	#dd-more-pages .more-pages_title-wrap p {
		font-size: 18px;
		line-height: 30px;
		max-width: 830px;
	}
	.more-inner .more-text h3 {
		font-size: 22px;
	}
	.more-text #more-pages-link {
		height: 54px;
	   font-size: 15px;
	}
}
@media only screen and (min-width:1200px) and (max-width:1500px) {
	.facts-left-wrap h2#dd-facts-title {
		max-width: 430px;
	}
}
@media only screen and (min-width: 991px) {
	.facts-right-wrap {
		display: flex;
		flex-direction: column;
	}
	.facts-img:nth-child(2) {
		height: 100%;
	}
	.fact-img-2 {
    	height: 100%;
		object-fit: cover;
	}
}
@media only screen and (max-width: 991px) {
	.facts-wrap {
		flex-direction: column;
	}
	.facts-left-wrap,
	.facts-right-wrap {
		width: 100%;
	}
	.fact-img-1 {
		border-radius: 20px;
		margin-bottom: 0;
	}
	.facts-right-wrap {
		display: flex;
		justify-content: space-between;
		gap: 30px;
	}
	.fact-img {
		width: 50%;
	}
	.fact-img-1,
	.fact-img-2 {
		height: 100%;
		object-fit: cover;
	}
	.facts-phone-wrap {
		margin-top: 40px;
		margin-bottom: 50px;
	}
}
@media only screen and (max-width: 767px) {
	#dd-facts .wide-container {
		border-radius: 0;
	}
	#dd-facts-title {
		max-width: unset;
	}
	.facts-right-wrap {
		gap: 15px;
	}
	.fact-img-1,
	.fact-img-2 {
		border-radius: 10px;
	}
}