* { 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body{
	font-family: 'Poppins', 'Poppins';
}
table, tr, td{
/*	border: 1px solid black;*/
}
.judul{
	font-weight: bold !important;
	font-size: 40px;
	align-content: center;
	text-align: center;
	margin-left: 40px;
	color: #373737;
	margin-top: 100px;
}
.logoppi{
	width:60%;
}
.card-content{
	border-radius: 10px;
	border: 0px solid #1C2D5A;
}
.row-atas{
	margin-top:10px;
}
.row-bawah{
	margin-top:10px;	
}
.big-content-1{
	width: 100%;
	height: 414px;
	background-color: #1C2D5A;
	padding:2px;
}
.small-content{
	background-color: #D9D9D9;
	height: 100px;
	width: 320px;
	margin-bottom: 5px;
	padding-top: 12px;
	padding-left: 15px;
	padding-right: 12px;
}
.small-content:hover{
	background-color: #EF4123;
	color: #ffffff;
	text-decoration: none;
}
.big-content-2{
	width: 100%;
	height: 310px;
	background-color: #00B1B6;
	padding:2px;
}
.small-content-2{
	background-color: #D9D9D9;
	height: 100px;
	width: 320px;
	margin-bottom: 5px;
	padding-top: 12px;
	padding-left: 15px;
	padding-right: 12px;
}
.small-content-2:hover{
	background-color: #EF4123;
	color: #ffffff;
	text-decoration: none;
}
.iconnext{
	width: 10%;
}
.iconcontent{
	width: 80%;
}
.judul-content{
	font-size: 26px;
	font-weight: bolder;
	color: #ffffff;
	margin-left:15px;	
    position:absolute;
    bottom:0;
}
.judul-keterangan{
	font-size: 18px;
	font-weight: bolder;
}
.keterangan{
	font-size: 12px;
}
.content-kecil{
	color: #373737;	
	text-decoration: none;
}
.content-kecil:hover{
	color: #ffffff;
	text-decoration: none;
}
.uraian-content{
	margin-left:-30px;
}

/*Mobile or Tab view*/
@media only screen and (max-width: 1281px) {
.judul{
margin-top: 0px;
margin-left: 0px;
}
.big-content-1{
	width: 100%;
	height:248px;
	padding:2px;
}
.small-content{
	height: 80px;
	width: 240px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 15px;
}
.small-content:hover{
	color: #ffffff;
	text-decoration: none;
}
.big-content-2{
	width: 100%;
	height:248px;
	padding:2px;
}
.small-content-2{
	height: 80px;
	width: 240px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-left: 15px;
}
.small-content-2:hover{
	color: #ffffff;
	text-decoration: none;
}
.iconnext{
	width: 10%;
}
.iconcontent{
	width: 80%;
}
.judul-content{
	font-size: 16px;
	font-weight: bolder;
	color: #ffffff;
	margin-left:15px;	
    	position:absolute;
	bottom:0;
}
.content-kecil{
	text-decoration: none;
}
.uraian-content{
	margin-left:-30px;
}
.judul-keterangan{
	font-size: 15px;
	font-weight: bolder;
}
.keterangan{
	font-size: 10px;
}
.content-kecil:hover{
	color: #ffffff;
	text-decoration: none;
}

}
/*Mobile or Tab view*/
@media only screen and (max-width:987px) {
.judul{
margin-top:0px;
margin-left:0px;
}
.big-content-1{
	width: 100%;
	height:50px;
	margin-bottom: 5px;
	padding:2px;
}
.big-content-2{
	width: 100%;
	height:50px;
	margin-bottom: 5px;
	padding:2px;
}
.small-content{
	height: 80px;
	width: 100%;
	margin-bottom: 5px;
	padding-top: 12px;
	padding-left: 5px;
}
.small-content-2{
	height: 80px;
	width: 100%;
	margin-bottom: 5px;
	padding-top: 12px;
	padding-left: 5px;
}
.iconnext{
	display: none;
}
.iconcontent{
	width: 30%;
}
.judul-content{
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
/*	margin-left:15px;	*/
    position:absolute;
    bottom:0;
}
.content-kecil{
	color: #373737;	
	text-decoration: none;
}
.uraian-content{
	margin-left:-30px;
}
.keterangan{
	font-size: 13px;
}
.content-kecil:hover{
	color: #ffffff;
	text-decoration: none;
}

}
