.blog-sec {
	padding: 100px 0px;
}
.blog-sec h2 {
	font-size: 50px;
}
.blog-sec h2 span {
	background: -webkit-linear-gradient(
		180deg,
		hsl(45deg 76% 61%) 0%,
		hsl(46deg 82% 63%) 9%,
		hsl(46deg 88% 65%) 18%,
		hsl(46deg 95% 67%) 27%,
		hsl(45deg 93% 66%) 36%,
		hsl(44deg 78% 59%) 45%,
		hsl(42deg 67% 53%) 55%,
		hsl(41deg 70% 46%) 64%,
		hsl(42deg 67% 47%) 73%,
		hsl(43deg 63% 51%) 82%,
		hsl(45deg 69% 56%) 91%,
		hsl(47deg 76% 61%) 100%
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.blog-card-wrapper .blog-content-wrapper h5 {
	font-family: "visby";
	font-weight: 600;
}
.blog-card-wrapper .blog-content-wrapper a {
	color: #f3ce57 !important;
}
/* blog-detail starts here */
.blog-detail-sec {
	padding: 100px 0px;
	background-image: url(../img/about-bg.png);
	background-size: 63%;
	background-repeat: no-repeat;
	background-position: -54% 118%;
}
.blog-detail-img-wrapper {
	border-right: 1px solid #3d3d3d;
	border-bottom: 1px solid #3d3d3d;
}
.blog-content-wrapper:not(.blog-sec .blog-content-wrapper) {
	border-right: 1px solid #3d3d3d;
}
.more-headin-wrapper h5 {
	color: #f3ce57;
	font-weight: 600;
}
.more-blog-wrapper .more-content-wrapper h5 {
	font-weight: 600;
	text-transform: uppercase;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 17px;
}
.more-blog-wrapper .more-content-wrapper a {
	color: #f3ce57;
}
.more-blog-wrapper .more-img-wrapper img {
	width: 80%;
}
.more-blog-wrapper {
	padding-bottom: 35px;
}
.blog-img-wrapper img {
	height: 305px;
	object-fit: cover;
}
.h5-limit{
	max-width: 66ch;
}
@media (max-width: 800px) {
	.blog-detail-img-wrapper {
		border-right: 0px;
	}
	.blog-content-wrapper:not(.blog-sec .blog-content-wrapper) {
		border-right: 0px;
	}
}
@media (max-width: 480px) {
	.blog-sec h2 {
		font-size: 39px;
	}
	.blog-detail-sec .blog-heading-wrapper h3 {
		font-size: 25px;
	}
}
/* blog-detail ends here */
