#dd-history {
	padding: 0px 0 110px;
}
.history-title-wrap {
	text-align: center;
	max-width: 90%;
	margin: 0 auto 60px;
}
.history-title-wrap h2 {
	margin: 0 auto 25px;
}
.history-title-wrap p {
	font-size: 20px;
	font-weight: 300;
	line-height: 36px;
	color: var(--dd-text);
}
.history-img img {
	border-radius: 40px;
}
.history-wrap {
	display: flex;
	flex-wrap: wrap;
}
.history-list {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.history-inner {
	height: 33.33333333%;
	background: var(--dd-main-bckg-color);
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 15px 30px 25px;
}
.history-inner h3 {
	font-size: 70px;
	font-weight: 400;
	line-height: 100px;
	color: var(--dd-main-accent-color);
	margin: 0;
}
.history-inner p {
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
	letter-spacing: 0.01em;
	color: #fff;
	margin: 0;
	max-width: 75%;
}
.history-title-wrap h2.dd-sec-title {
    padding-bottom: 30px;
}
@media only screen and (max-width: 1500px) {
	#dd-history {
    padding: 0px 0 90px;
}
	.history-inner h3 {
		font-size: 60px;
	}
	.history-title-wrap p {
		line-height: 30px;
		font-size: 18px;
	}
}
@media only screen and (max-width: 1200px) {
	.history-title-wrap p {
		font-size: 18px;
		line-height: 30px;
	}
	.history-title-wrap {
    max-width: 90%;
}
	.history-inner h3 {
    font-size: 50px;
    line-height: 60px;
}
	.history-inner p {
		font-size: 16px;
		max-width: unset;
	}
	#dd-history {
		padding: 0px 0 90px;
	}
}
@media only screen and (max-width: 991px) {
	.history-title-wrap p {
		font-size: 17px;
	}
	.history-title-wrap {
    max-width: unset;
}
	.history-img {
		margin-bottom: 30px;
	}
	.history-img img {
		border-radius: 20px;
	}
	.history-inner h3 {
    font-size: 44px;
		margin-bottom: 25px;
}
}
@media all and (min-width: 768px) and (max-width: 991px){
	.history-list {
		flex-direction: row;
	}
	.history-inner {
		width: 33.33333333%;
		height: 100%;
		padding-left: 25px;
		padding-right: 25px;
	}	
}
@media only screen and (max-width: 767px) {
	#dd-history {
    padding: 0px 0 70px;
}
	.history-title-wrap {
		margin-left: 15px;
		margin-right: 15px;
	}
}