.dd-hp-blog {
	border-radius: 60px 60px 0px 0px;
	background: var(--bckg);
}
.d-hp-blog-container {
	position: relative;
}
.d-hp-blog-title-wrap h2.dd-sec-title {
	margin: 0;
}
a.dd-blog-link {
	height: 49px;
	width: 167px;
	font-size: 14.357px;
	line-height: normal;
}
.d-hp-blog-title-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 70px;
}
.dd-hp-blog-image-right {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	max-width: 33%;
}
.dd-hp-blog-image-right img {
	height: 100%;
	width: 100%;
	border-top-right-radius: 60px;
	object-fit: cover;
}
.dd-blog-title-blogs {
	padding: 100px 0;
	display: flex;
	flex-direction: column;
}
.dd-blog-post-date p {
	color: var(--main);
	font-size: 13px;
	font-weight: 500;
	line-height: 30px;
	margin: 15px 0 5px;
	text-transform: uppercase;
}
.d-hp-blog-container .dd-hp-blog-wrap h3 {
	color: var(--main);
	font-size: 24px;
	line-height: 33px;
	margin: 0;
	transition: .5s ease;
}
.d-hp-blog-container .dd-hp-blog-wrap h3:hover {
	color: var(--main-hover);
	transition: .5s ease;
}
.dd-blog-post-image-container img {
	width: 100%;
	object-fit: cover;
	height: 247px;
	border-radius: 20px;
}
.dd-blog-post-container a {
	--linkdeco: unset!important;
}

@media only screen and (max-width:1500px) {
	.dd-blog-title-blogs {
		padding: 80px 0;
	}
}

@media only screen and (max-width:1200px) {
	.dd-hp-blog-image-right {
		display: none;
	}
}
@media only screen and (max-width:991px) {
	.dd-hp-blog {
		border-radius: 40px 40px 0px 0px;
	}
	.dd-blog-title-blogs {
		padding: 50px 0 70px;
	}
	.d-hp-blog-title-wrap h2.dd-sec-title {
		text-align: center;
		margin-bottom: 25px;
	}
}
@media only screen and (max-width:767px) {
	.d-hp-blog-title-wrap {
		flex-direction: column;
	}
	.d-hp-blog-title-wrap {
		margin-bottom: 50px;
	}
	.dd-blog-post-container {
		margin-bottom: 30px;
	}
	.dd-blog-title-blogs {
		padding-bottom: 50px;
	}
	a.dd-blog-link {
		width: 100%
	}
}