.dd-banner-wrap {
	background: var(--bckg);
	border-radius: 40px;
}
.banner-text-wrap {
	padding: 70px 70px 0;
	display: flex;
	justify-content: space-between;
}
#dd-banner-title {
	width: 50%;
	max-width: 356px;
	margin: 0;
}
.banner-inner-text {
	width: 50%;
}
.banner-text-1 {
	margin-bottom: 35px;
}
.banner-img-wrap {
	position: relative;
}
.banner-img-wrap:before {
	content: '';
	position: absolute;
	background: url('/wp-content/uploads/2024/03/circles_transform_your_life.png');
	background-repeat: no-repeat;
	background-size: contain;
	top: -175px;
	left: 70px;
	width: 414px;
	height: 414px;
}
.banner-img-wrap img {
	position: relative;
}
@media only screen and (max-width: 1200px) {
	.banner-text-wrap {
		padding: 55px 60px 0;
	}
	#dd-banner-title {
		width: 45%;
		max-width: 310px;
	}
	.banner-inner-text {
		width: 55%;
	}
	.banner-img-wrap:before {
		top: -134px;
		left: 60px;
		width: 300px;
		height: 300px;
	}
}
@media only screen and (max-width: 991px) {
	#dd-banner-title {
		width: 100%;
		max-width: 400px;
		margin-bottom: 30px;
	}
	.banner-text-wrap {
		flex-direction: column;
	}
	.banner-inner-text {
		width: 100%;
	}
	.banner-img-wrap:before {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	#dd-banner {
		padding-left: 15px;
		padding-right: 15px;
	}
	.dd-banner-wrap {
		border-radius: 20px;
	}
	.banner-text-wrap {
		padding: 50px 25px 30px;
	}
}