body { margin:0; padding:0; background: #F7F7F7; }
a:hover { text-decoration:none; }

/* auhtor- bio css start */
.author-bio-wapper { position: relative; padding: 50px 0 44px; }
.author-bio-main-wapper { padding-bottom:44px;margin-bottom: 40px; } 
.author-bio-main-wapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 30px;
	position: relative;
	margin-bottom: 50px;
}
.author-bio-left { max-width: 480px; height: 384px; width: 100%; position: relative; }
.author-bio-left img { width: 100%; max-width: unset; height: 100%; object-fit: cover; }
.author-bio-right { max-width: 550px; width: 100%; position: relative; }
.author-bio-right h2 {
	color: #2A3342;
	font-family: Poppins;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 44px;
	letter-spacing: -0.72px;
	margin: 0;
	padding-bottom: 4;
}
.author-bio-right span {
	color: #212529;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	display: block;
	padding-bottom: 13px;
}
.author-bio-right p {
	color: #270719;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
.author-bio-right p:last-child { margin:0; }
/* auhtor- bio css end */

/* post css start */
.author-bio-row-gap-58 { row-gap: 58px; }
.blog-page-bottom-card { position: relative; }
.blog-page-bottom-img {
	overflow: hidden;
	position: relative;
	height: 137px;
}
.blog-page-bottom-img a {
	height: 100%;
	display: block;
	position: relative;
	border-radius: 15px;
}
.blog-page-bottom-img a .blog-page-bottom-img {
	min-width: 100%;
	background-position: center !important;
	background-size: cover;
	background-repeat: no-repeat !important;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 15px;
}
.blog-page-bottom-img span a {
	position: absolute;
	display: block;
	padding: 4px 8px;
	height: auto !important;
	border-radius: 8px;
	border: 1px solid #FF4451;
	background: #FF4451;
	color: #FFF;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.14px;
	text-transform: uppercase;
	top: 20px;
	left: 20px;
	z-index: 1000;
}
.blog-page-bottom-text {
	position: relative;
	margin-top: 16px;
}
.blog-page-bottom-text h2 {
	margin: 0;
	line-height: 0;
}
.blog-page-bottom-text h2 a {
	color: #141619;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	display: block;
	margin-bottom: 16px;
}
.blog-page-bottom-text ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
}
.blog-page-bottom-text ul li {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 13px;
	position: relative;
	color: #141619;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.blog-page-bottom-text ul li:first-child:before {
	content: '';
	width: 4px;
	height: 4px;
	position: absolute;
	right: -10px;
	top: 14px;
	background-color: #141619;
	border-radius: 100%;
}
.blog-page-bottom-text ul li img {
	width: 30px;
	height: 30px;
	border-radius: 100%;
}
.blog-page-bottom-text ul li a {
	color: #141619;
}
/* post css end */

@media(max-width:991px){
	.author-bio-left { max-width: 480px; height: 314px; }
	.author-bio-row-gap-58 { row-gap:30px; }
	.blog-page-bottom-img { height: 200px; }
}
@media(max-width:767px){
	.author-bio-main-wapper { flex-direction:column; }
}
