.col-md-4
{flex:0 0 auto;width:33.33333333%}

/* section berita terbaru start */
#blogs {
  position: relative; 
}
#blogs .row {
	margin-bottom: 30px;
}
.section-title {
  padding-top: 7rem;
	margin-bottom: 90px;
	/* display: block; */
	text-align: center;
}

.section-thumbnail {
	width: 100%;
	height: 237px;
	overflow: hidden;
	position: relative;
}
.section-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section-thumbnail .tanggal {
	position: absolute;
	bottom: 20px;
	left: 30px;
	z-index: 10;
	background-color: var(--primary);
	color: var(--warning);
	text-shadow: 0px 8px 5px var(--textcolor);
	padding: 5px 20px;
	border-radius: 5px;
}
.section-thumbnail .tanggal span.tgl-hero {
	display: block;
	font-size: 30px;
	font-weight: 700;
}
.section-thumbnail .tanggal span.tgl-sub {
	font-size: 14px;
}
.section-content-news {
	padding: 10px 0 0;
}
.section-content-news h3 {
	color: var(--primary);
	font-size: 17px;
	font-weight: 600;
	line-height: 24px;
}
.section-content-news p {
	font-size: 14px;
	color: #777777;
	line-height: 24px;
}
.section-content-news p a.more {
	color: var(--primary);
	font-weight: 700;
}
.section-meta a {
	background-color: var(--primary);
	color: white;
	padding: 5px 20px;
	font-size: 12px;
	text-transform: uppercase;
}
.section-meta a i {
	margin-right: 10px;
}
/* section berita terbaru end */