.box_linkterkait{
	position:relative;
	box-sizing: border-box;
	line-height: 1.4;
	width: 100%;
	margin-top: 30px;
}

.judul_modul_linkterkait{
	position:relative;
	padding: 10px;
	box-sizing: border-box;
	font-size: 28px;
	margin-bottom:10px;
	color: #b79f7e;
	font-weight:bold;
	letter-spacing:2.5px;
	font-family: 'Oswald', 'Open Sans', Times, serif;
}

.box_linkterkait_main{
	margin-top: 10px;
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
	background: white;
	box-shadow: 0 10px 0.2px -6px rgba(0,0,0,0.6);
}

.box_linkterkait_isi{
	position: relative;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 10px;
	border-bottom: 1px solid #4b6234;
}

.box_gambar_linkterkait{
	width: 100%;
	height:100%;
	box-sizing: border-box;
	overflow: hidden;	
	margin-bottom: 4px;
}
.box_gambar_linkterkait img{
	width: 100%;
}


.linkjudul{
	position:absolute;
	bottom:5px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	padding:6px;
	background: rgba(182,155,126,0.7);
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}

@media only screen and (max-width: 800px) {
	
	.box_linkterkait{
		width: 100%;
		clear:both;
		box-sizing: border-box;
		margin-left: 0px;
		margin-top: 10px;
	}
	
	.box_gambar_linkterkait{
		width: 54%;
	}
}