.blog {
	text-align: center;
	padding: 20px 0;
}

.blog-hold .set {
	text-align: left;
}

.blog-hold .col4 {
	float: none;
	display: inline-block;
	vertical-align: top;
}

.blog-column {
	/* text-align: center; */
	max-width: 360px;
	margin: 0 auto;
	padding-bottom: 10px;
}
.blog-text {
	padding: 0 0px;
}
.blog-date {
	display: inline-block;
	font-size: 14px;
	color: #666666;
}

.blog-column h3 {
	font-size: 14px;
	font-weight: 600;
	color: #333333;
}
.blog-column img {
	border-radius: 0;
}
.blog-text a {
	font-size: 14px;
	font-weight: 700;
	color: #b79e75;
	text-decoration: none;
}
.blog-text a:hover {
	color: #333333;
}
