.dd-hp-process .container {
    max-width: 1200px;
}
.dd-hp-process-top h2.dd-sec-title {
    max-width: 441px;
}
.dd-hp-process-sub {
    color: #42525E;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 33px;
    letter-spacing: 0.2px;
    margin: 0!important;
    max-width: 370px;
}
.dd-hp-process-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 110px;
    align-items: center;
}
.ddd-hp-process-cont .dd-hp-process-ab {
    color: var( --main-hero-title);
    font-size: 60px;
    font-style: normal;
    font-weight: 300;
    line-height: 80px;
    margin: 0;
    padding-bottom: 20px;
}
h4.dd-hp-process-title {
    color: var( --main-hero-title);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 33px;
    margin-bottom: 20px;
}
.ddd-hp-process-cont p.dd-hp-process-int {
    color: var(--dd-text);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    margin: 0;
}
.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;
    }
    .dd-hp-process-top {
        padding-bottom: 55px;
    }
    .dd-hp-process {
        padding-bottom: 90px;
    }
}
@media only screen and (max-width:1200px) {
    .dd-hp-process-top {
        padding-bottom: 49px;
    }
    h4.dd-hp-process-title {
        font-size: 18px;
        line-height: 26px;
    }
}
@media only screen and (max-width:991px) {
    .dd-hp-process-top {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .dd-hp-process-sub {
        padding-top: 25px;
    }
	section.dd-hp-process .dd-hp-process-top {
		padding-left: 15px;
		padding-right: 15px;
	}
	.dd-hp-process {
		padding-bottom: 70px;
	}
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .dd-hp-process-info.col-md-4.col-xs-12 {
        width: 50%;
    }
}
@media only screen and (max-width:767px) {
    .dd-hp-process {
        padding-bottom: 45px;
    }
	.dd-hp-process-sub {
		padding-top: 10px;
	}
	.dd-hp-process-sub {
		font-size: 16px;
		line-height: 28px;
	}
	.ddd-hp-process-cont .dd-hp-process-ab {
		padding-bottom: 0;
	}
}