/* Riset 2 Us Section
--------------------------------*/
#landing #riset2 .judul-riset2 {
	background: url(../../../img/home_lp/judul-riset2.png) left top no-repeat;
	background-size: contain;
}


#landing #riset2 .background-map {
	position: relative;
	height: 60vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

#landing #riset2 .background-map img {
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#landing #riset2 .background-map p {
	font-size: 3.5vmin;
	color: black;
}

#landing #riset2 .background-map .quest {
	bottom: 0;
}

@media (max-width: 1200px) {

	#landing #riset2 .background-map p {
		font-size: 1.5rem;
		color: black;
	}
}


@media (max-width: 767px) {


	#landing #riset2 .background-map img {
		height: 50%;
	}

	#landing #riset2 .background-map p {
		font-size: 5vmin;
	}
}
