.dd-hero {
	position: relative;
	background: transparent;
	overflow: hidden;
}
.dd-hero-wrap {
	display: flex;
}
.dd-cont-hero,
.dd-hero-bacground {
	width: 50%;
}
.dd-cont-hero {
	background: var(--main-hero-bacground);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: var( --main-hero-title);
	padding-left: 80px;
	padding-right: 80px;
}
h1.dd-hero-title {
	color: var( --main-hero-title);
}
p.dd-hero-abtitle {
	color:var( --main-hero-above-title);
}
.dd-hero-back {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.dd-hero-abtitle {
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 0.1em;
}
.dd-hero-title {
	font-size: 44px;
	font-weight: 500;
	line-height: 60px;
	letter-spacing: 0em;
}
.dd-hero-bltitle {
	font-size: 22px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 0.005em;
}
.dd-hero-phone-wrap {
	border-radius: 4px;
	background: var(--main-cta-bckg);
	height: 64px;
	width: 280px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--main-cta-color);
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.dd-hero-phone-wrap:hover {
	background: var(--main-button-hover-bg);
	transition:0.3s ease-in-out;
}
.dd-hero-phone {
	padding-top: 23px;
}
.dd-hero-phone {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
p.dd-hero-disc {
    color: #046470;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.18px;
    text-transform: uppercase;
    max-width: 382px;
    padding-top: 30px;
}
.dd-hero-title {
    max-width: 600px;
}
@media only screen and (max-width: 1700px) {
	.dd-hero-title {
		font-size: 40px;
		line-height: 55px;
	}
}
@media only screen and (max-width:1500px) {
	.dd-hero-phone-wrap {
		height: 58px;
		width: 267px;
		font-size: 16px;
	}
	.dd-cont-hero {
		padding-left: 50px;
		padding-right: 50px;
	}
	.dd-hero-title {
		 font-size: 30px;
		 line-height: 40px;
		margin-top: 0;
	}
	.dd-hero-abtitle {
		font-size: 14px;
	}
	.dd-hero-bltitle {
		font-size: 18px;
	}
	.dd-hero-phone {
		padding-top: 15px;
	}
	.dd-hero-title {
		max-width: 500px;
	}
	p.dd-hero-disc {
		font-size: 16px;
		line-height: 26px;
	}
}
@media only screen and (max-width:1200px) {
	.dd-hero-title {
		font-size: 26px;
		line-height: 35px;
		margin-bottom: 15px;
	}
	.dd-hero-bltitle {
		font-size: 16px;
	}
	.dd-hero-abtitle {
		font-size: 12px;
	}
	p.dd-hero-disc {
		font-size: 13px;
		line-height: 22px;
		max-width: 278px;
		padding-top: 20px;
	}
	.dd-hero-phone-wrap {
		font-size: 15px;
		width: 252px;
		height: 52px;
	}
}

@media only screen and (max-width: 991px) {
	.dd-hero-wrap {
		flex-direction: column;
	}
	.dd-cont-hero, .dd-hero-bacground {
		width: 100%;
	}
	.dd-cont-hero {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.dd-hero-title {
		font-size: 30px;
		line-height: 44px;
	}
	p.dd-hero-disc {
		font-size: 16px;
		line-height: 26px;
		max-width: 337px;
	}
	.dd-hero-abtitle {
		font-size: 15px;
	}
	.dd-hero-bacground {
		max-height: 450px;
		object-fit: cover;
	}
}

@media only screen and (max-width: 767px) {
	.dd-cont-hero {
    padding-left: 30px;
    padding-right: 30px;
}
	.dd-hero-abtitle {
		font-size: 14px;
	}
	.dd-hero-title {
		font-size: 28px;
		line-height: 38px;
	}
	.dd-hero-bltitle {
		font-size: 16px;
		line-height: 26px;
	}
}