#dd-facts .wide-container {
	background: var(--bckg);
	border-radius: 20px;
}
.facts-wrap {
	display: flex;
	justify-content: space-between;
	padding: 100px 0 120px;
}
#dd-facts-title {
	margin: 0 0 30px;
	max-width: 70%;
}
.facts-left-wrap {
	width: 50%;
}
.facts-right-wrap {
	width: 40%;
}
ul.facts-list {
	list-style: disc;
	padding-left: 20px;
	margin-bottom: 40px;
}
.facts-list li {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: var(--main);
	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;
}
@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;
	}
}
@media only screen and (max-width: 991px) {
	#dd-facts .wide-container {
		border-radius: 0;
	}
	.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;
	}
	.facts-img {
		width: 50%;
	}
	.fact-img-1,
	.fact-img-2 {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
	.facts-phone-wrap {
		margin-top: 40px;
		margin-bottom: 50px;
	}
}
@media only screen and (max-width: 767px) {
	#dd-facts-title {
		max-width: unset;
	}
	.facts-right-wrap {
		gap: 15px;
	}
	.fact-img-1,
	.fact-img-2 {
		border-radius: 10px;
		max-height: 225px;
	}
	.facts-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
	.facts-phone-wrap .main-cta {
		width: 100%;
	}
}