.sidebar-widget {
	background-color: rgb(248, 248, 248);
	padding: 35px 30px;
	margin-bottom: 24px;
	border-radius: 10px;
}

.sidebar-widget.discover-post {
	background: transparent;
	border: 1px solid #F8EEFC;
}
.sidebar-widget.discription h6,
.sidebar-widget.discover-post h6,
.sidebar-widget.featured-post h6 {
	display: inline-block;
	-webkit-clip-path: polygon(100% 0, 90% 51%, 100% 100%, 0 100%, 0 0);
	clip-path: polygon(100% 0, 90% 51%, 100% 100%, 0 100%, 0 0);
	background-color: #78eb54;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	padding: 10px 30px;
	color: #191919;
	position: absolute;
	left: 0;
	top: 30px;
	
}
.recent-posts-all {
    margin-top:60px;
}
.sidebar-widget.featured-post .recent-post {
	display: flex;
	align-items: center;
	gap: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EBEBEB;
}
.sidebar-widget.featured-post .recent-post:last-child {
	border-bottom: 0px solid #EBEBEB;
}
.mb-20 {
	margin-bottom: 20px;
}
.sidebar-widget.featured-post .recent-post .recent-post-img img {
	max-width: 90px;
	height: 90px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 5px;
}
.sidebar-widget.featured-post .recent-post .recent-post-content > a {
	font-size: 14px;
	font-weight: 500;
	color: #545454;
	margin-bottom: 6px;
	display: inline-block;
	transition: 0.5s;
}
.sidebar-widget.featured-post .recent-post .recent-post-content h5 {
	margin-bottom: 0;
	line-height: 1;
}
.sidebar-widget.featured-post .recent-post .recent-post-content h5 a {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
	color: #191919;
	transition: 0.5s;
}
.sidebar-widget.featured-post .recent-post .recent-post-content h5 a:hover {
	color: #78eb54;
	transition: 0.5s;
}
.sidebar-widget.discover-post .category {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
	margin-top: 60px;
}
.sidebar-widget.discover-post .category li  a {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0em;
	display: block;
	text-align: center;
	color: #545454;
	background: transparent;
	border: 1px solid #F8EEFC;
	padding: 8px 20px;
	border-radius: 30px;
	transition: 0.7s;
}
.sidebar-widget.discover-post .category li a:hover {
	color: #fff;
	background: #191919;
}
.sidebar-widget.discription h6 {
	margin-bottom: 15px;
}
.sidebar-widget.discription {
	background-color: #F8F8F8;
	padding: 30px 30px;
	margin-bottom: 24px;
}
.sidebar-widget.discription .content p {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #545454;
	margin-top: 50px;
	padding-top: 15px;
}