.post-date {
	color: #BAAB86;
	font-family: Lato;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
}

.post-title {
	color: #2B2A29;
	font-family: Bedini;
	font-size: 45px;
	line-height: 130%;
}

.post-thumbnail img {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}

.post-content.wysiwyg {
	color: #2B2A29;
	font-family: Lato;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #BAAB86;
}

.post-footer.post-footer__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 767px){
	.post-title {
		font-size: 36px;
	}
}