.blog {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.blog__image-section {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.blog__cover-image {
	width: 60%;
	height: auto;
	border-radius: 10px;
}

.blog__title-section .blog__title {
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: 700;
	color: #333;
}

.blog__info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 1rem;
	padding: 10px;
}

.blog__author-section {
	display: flex;
	align-items: center;
}

.blog__author-image img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.blog__author-info {
	margin-left: 10px;
	text-align: left;
}

.blog__author-name {
	display: flex;
	flex-direction: row;
}

.blog__figures {
	display: flex;
	margin-right: 10px;
}

.blog__like form {
	display: flex;
	align-items: center;
}

.blog__like-count {
	margin-left: 1rem;
	font-size: 1.5rem;
}

.blog__figures img {
	width: 20px;
	height: 20px;
	margin-top: 3px;
}

.blog__content {
	margin-top: 20px;
	font-size: 18px;
	color: #444;
	letter-spacing: 0.4px;
	line-height: 1.8;
}

.blog__heading {
	font-size: 30px;
	color: #475569;
}

hr {
	height: 1px;
	color: #e0e0db;
	margin-top: 70px;
	opacity: 0;
	border: 1px solid #e0e0db;
}

.blog__more {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
