.dd-hp-about-container {
    border-radius: 40px;
    background: var( --main-hero-bacground);
    max-width: 1580px;
    margin: 0 auto;
}
.dd-hp-about-wrap {
    display: flex;
    flex-direction: column;
    max-width: 1570px;
    width: 100%;
}
.dd-about-info {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.dd-hp-about-wrap h2.dd-sec-title {
/*     max-width: 714px; */
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 22px;
}
.dd-hp-about-wrap p.dd-subtitle {
    max-width: 709px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px;
    color: var( --dd-text);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 33px;
    letter-spacing: 0.2px;
}
.dd-hp-about-wrap {
    padding: 125px 0 90px;
}
.dd-about-info-right img {
    border-radius: 40px;
}
.dd-about-info-left {
    display: flex;
    flex-wrap: wrap;
}
.dd-about-info-list-cont {
    border-radius: 10px;
    background: #FFF;
    padding: 26px 20px 32px 30px;
    height: 100%;
}
.dd-about-info-list.col-md-6.col-xs-12 {
    padding-bottom: 30px;
}
h3.dd-about-li-title {
    color: var(--main-aboutlist-title);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
    padding: 24px 0 10px;
    margin: 0;
}
.dd-about-info-list-cont p.dd-about-li-subtitle {
    color: var(--dd-text);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
}
.dd-about-info-right img {
    border-radius: 40px;
    object-fit: cover;
    width: 100%;
    height: calc(100% - 30px );
}
.dd-hp-about-wrap h2.dd-sec-title {
    max-width: 600px;
}
@media only screen and (max-width:1500px) {
    .dd-hp-about-wrap h2.dd-sec-title {
        max-width: 470px;
    }
    section.dd-hp-about .container {
        padding-right: 0;
        padding-left: 0;
    }
	.dd-hp-about-wrap p.dd-subtitle {
		font-size: 18px;
		line-height: 30px;
		max-width: 865px;
	}
}
@media only screen and (max-width:1200px) {
    .dd-hp-about-wrap {
        padding: 100px 0 140px;
    }
    .dd-about-info {
        flex-direction: column;
    }
    .dd-about-info-left.col-md-6.col-xs-12 {
        width: 100%;
    }
    .dd-about-info {
        max-width: 700px;
        margin: 0 auto;
    }
    .dd-about-info-left.col-md-6.col-xs-12,
    .dd-about-info-right.col-md-6.col-xs-12  {
        padding-left: 0;
        padding-right: 0;
    }
    .dd-about-info-list.col-md-6.col-xs-12:nth-child(2n+1) {
        padding-left: 0;
    }
    .dd-about-info-list.col-md-6.col-xs-12:nth-child(2n+2) {
        padding-right: 0;
    }
    .dd-about-info-right.col-md-6.col-xs-12 {
        width: 100%;
        max-height: 571px;
    }
    .dd-about-info-right.col-md-6.col-xs-12 {
        width: 100%;
        max-height: 571px;
        overflow: hidden;
        height: 100%;
        display: flex;
        border-radius: 40px;
    }
    .dd-about-info-right img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .dd-hp-about-wrap p.dd-subtitle {
        font-size: 18px;
        line-height: 30px;
        max-width: 700px;
    }
	.dd-about-info-list-cont {
		padding: 23px 21px 44px 33px;
	}
	.dd-about-info-right.col-md-6.col-xs-12 {
		border-radius: 20px;
	}
}
@media only screen and (min-width:768px) and (max-width:991px)  {
	.dd-about-info-list.col-md-6.col-xs-12 {
		width: 50%;
	}
}
@media only screen and (max-width:991px) {
	.dd-hp-about-wrap {
		padding: 100px 0 66px;
	}
}
@media only screen and (max-width:767px) {
	.dd-hp-about-wrap p.dd-subtitle {
		max-width: 330px;
		font-size: 18px;
		line-height: 32px;
	}
	.dd-about-info-list.col-md-6.col-xs-12:nth-child(2n+1) {
		padding-left: 15px;
	}
	.dd-about-info-list.col-md-6.col-xs-12:nth-child(2n+2) {
		padding-right: 15px;
	}
	.dd-about-info-right.col-md-6.col-xs-12 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.dd-hp-about-wrap {
		padding: 68px 0 34px;
	}
	.dd-hp-about-container {
		border-radius: 20px;
	}
	.dd-about-info-right img {
		border-radius: 10px;
	}
	.dd-hp-about-wrap h2.dd-sec-title {
		padding-left: 10px;
		padding-right: 10px;
	}
}