header.dtbloghero h1 {
	color: white;
	text-shadow: 2px 2px 2px rgb(0 0 0 / 35%);
}

.dtbloghero {
	height: 450px;
	margin-bottom: 75px;
}

.dtblogtitle {
	margin-bottom: 35px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.dtblogtitle i {
	color: #AAAAAA;
}

.timeread {
	display: flex;
	align-items: center;
	font-style: normal;
}

.timeread img {
	margin-right: 6px;
}

#hp-5 {
	padding: 52px 0 50px;
	background-color: #f8f7f4;
}

.sectiontitle h2 {
	font-weight: 600;
	font-size: 28px;
	line-height: 34px;
}

.shr {
	justify-content: center;
}

.shr img {
	margin: 0 16px;
}

.highlightblog {
	padding: 59px 0 60px;
	background-color: #f8f7f4;
}

.conhlblog {
	justify-content: space-between;
	margin-bottom: 58px;
}

.otherproduct {
	padding: 73px 0;
}

.each-product {
	display: flex !important;
}

.highlightblog h2 {
	margin-bottom: 40px;
}

.dtbloghero{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.dtbloghero h1{
	font-weight: 500;
	font-size: 35px;
	line-height: 44px;
	color: #3CAFCB;
	margin-bottom: 8px;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}
.thecontent a{
	color: #3cafcb;
}

.single-post .thecontent p {
	font-size: 15px;
	line-height: 2;
}

@media (max-width: 916px) {
	.otherproductlist li.each-product {
		width: 295px;
		margin: 0 15px;
	}
}

@media (max-width: 500px) {
	.dtbloghero.container {
		width: 100%;
		height: 260px;
		margin-bottom: 35px;
	}
}
