#dd-facts .wide-container {
	background: var(--main-bg-section-color);
	border-radius: 20px;
}
#dd-facts-title,
.facts-list li,
.facts-wrap p.dd-text,
.facts-left-wrap h3.dd-subtitle {
		color: var(--main-color-bg-text);
}
.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-color-bg-text);
	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/2024/03/footer_country_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: 155px;
/*     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%;
	}

}
@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;
	}
	.facts-left-wrap:before {
		top: 80px;
	}
}
@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;
	}
	.facts-phone-wrap .main-cta {
		width: 100%;
	}
}