
.page_content {
	padding-top: 30px;
}

.main_content {
	max-width: 900px;
	margin: auto;
	color: #fff;
}
.main_content h2 {
	font-size: 1.5rem;
	color: #fff;
}
.main_content h3,.main_content h4, .main_content h5 {
	font-size: 1.25rem;
}

.main_content ul,.main_content ol {
	color: #fff;
}

.main_content a {
	color: #fff;
	transition: .4s;
}

.main_content a:hover {
	color: #fab20d;
}
.post_single__header {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #c9c9c9;
}
.post_single__title {
	font-size: 1.875rem;
	font-weight: 600;
	color: #fff;
	margin-bottom: 16px;
	margin-top: 0;
}
.post_single__meta {
	display: flex;
	align-items: center;
	gap: 15px;
}
.post_single_meta .item {
    margin-right: 10px;
}


/*===== Responsive =====*/	
@media screen and (max-width: 992px){
	.post_single__title {
		font-size: 1.5rem;
	}
	.main_content h2 {
		font-size: 1.25rem;
	}

	.main_content h3, .main_content h4, .main_content h5 {
		font-size: 1.125rem;
	}
}
/*===== End Responsive =====*/	
