.hr-blog-content .card-body {
	padding: 2rem;
	margin-bottom: 0;
	padding-bottom: 0;
}
.hr-blog .row {
	row-gap: 30px;
}
.hr-post-detail .nav-item span {
  color: #6b6b6b;
  font-weight: 400;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.hr-post-detail .nav {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.hr-blog-content .hr-titel.hr-crop-titel {
	font-size: 22px;
	font-weight: 600;
	transition: all 0.4s ease-in-out;
	color: #0d0c17;
}
.hr-blog-content {
	border-radius: 15px;
	background: #ffffff;
	box-shadow: 0px 0px 10px 5px rgba(216, 216, 216, 0.5);
	overflow: hidden;
	position: relative;
}
.hr-blog-content .card-body p {
	min-height: 51px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.hr-blog-btn {
	align-items: flex-end;
	padding: 16px 30px;
	position: relative;
	background: rgba(163, 162, 163, 0.1);
	display: flex;
}
.hr-blog-wapper {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.hr-blog-content .hr-titel.hr-crop-titel:hover {
  color: var(--color-3);
}
.hr-post-detail .blog-icon {
  color: var(--color-3);
}
.hr-blog {
	background: linear-gradient(90deg, #f0fbf4 0.01%, rgba(240, 251, 244, 0) 99.99%);
}