.blog-site-title {
	display: flex;
	justify-content: end;
	margin-bottom: 40px;
}
.blog-site-title 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;
}