section.dd-hp-content-image-below {
    padding: 45px 0;
}
section.dd-hp-content-image-below p {
    margin: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    color: var(--dd-text);
    padding-bottom: 15px;
}
.dd-hp-content-info ul li {
    color: var(--dd-text);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    width: 50%;
    margin: 0;
	margin-bottom:8px!important;
}
.dd-hp-content-info ul {
    margin: 18px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 200px;
}
.dd-hp-content-info h3 {
    color: var(--dd-text);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
}
.dd-hp-content-image-below a.main-cta {
    background: var(--main-cta-bckg);
    max-width: 280px;
    height: 64px;
    width: 100%;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.dd-hp-content-phone-wrap {
    padding-bottom: 55px;
}
.dd-hp-co-img img {
    border-radius: 20px;
}.dd-hp-co-img-in-1 {
width: calc(50% - 15px);
}
.dd-hp-co-img-in-2 {
    width: calc(50% - 15px);
}
.dd-hp-co-img {
    display: flex;
    justify-content: space-between;
}
@media only screen and (min-width:991px) and (max-width:1200px){
	.dd-hp-content-info ul {
		height: 230px;
	}
	.dd-hp-content-info ul li {
		width: 47%;
	}
}
@media only screen and (max-width:991px) {
	.dd-hp-content-info ul li {
		width: 49%;
	}
	.dd-hp-content-info ul {
		height: 291px;
	}
}
@media only screen and (max-width:767px) {
		.dd-hp-content-info ul {
		height: auto;
		width: 100%;
	}
	.dd-hp-content-info ul li {
		width: 100%;
	}
	.dd-hp-content-info h3 {
		line-height: 34px;
	}
	.dd-hp-content-phone-wrap {
		padding-bottom: 35px;
	}
	.dd-hp-co-img {
		flex-direction: column;
	}
	.dd-hp-co-img img {
		width: 100%;
	}
	img.dd-hp-co-img-in.dd-hp-co-img-in-1 {
		margin-bottom: 30px;
	}
}