.dd-hp-process-top h2.dd-sec-title {
	max-width: 400px;
	margin: 0;
}
.dd-hp-process-sub {
	color: var(--main);
	font-size: 20px;
	font-weight: 300;
	line-height: 33px;
	letter-spacing: 0.2px;
	margin: 0;
	max-width: 370px;
}
.dd-hp-process-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px 110px;
}
.dd-hp-process-ab {
	color: var(--dd-cta);
	font-size: 60px;
	font-weight: 300;
	line-height: 80px;
	margin: 0 0 20px;
}
h3.dd-hp-process-title {
	color: var(--main);
	font-size: 22px;
	font-weight: 600;
	line-height: 33px;
	margin-bottom: 20px;
}
.dd-hp-process-bottom {
	display: flex;
	flex-wrap: wrap;
}
.ddd-hp-process-cont {
	height: 100%;
	padding-bottom: 35px;
}
.dd-hp-process {
	padding-bottom: 110px;
}
@media only screen and (max-width:1500px){
	.dd-hp-process-sub {
		font-size: 18px;
		line-height: 30px;
		max-width: 330px;
	}
	.dd-hp-process-top {
		padding-bottom: 55px;
	}
	.dd-hp-process {
		padding-bottom: 90px;
	}
	.dd-hp-process-top h2.dd-sec-title {
		max-width: 350px;
	}
}
@media only screen and (max-width:1200px) {
	h3.dd-hp-process-title {
		font-size: 18px;
		line-height: 26px;
	}
	.dd-hp-process-ab {
		font-size: 50px;
		line-height: 60px;
	}
}
@media only screen and (max-width:991px) {
	.dd-hp-process-top {
		flex-direction: column;
		align-items: flex-start;
	}
	.dd-hp-process-sub {
		padding-top: 25px;
	}
	.dd-hp-process {
		padding-bottom: 70px;
	}
	.dd-hp-process-top h2.dd-sec-title {
		max-width: 320px;
	}
}
@media only screen and (max-width:767px) {
	.dd-hp-process {
		padding-bottom: 45px;
	}
	.dd-hp-process-ab {
		font-size: 45px;
		line-height: 50px;
	}
}