/* Riset 1 Section
--------------------------------*/
#landing #riset1 {
	background: url(../../../img/home_lp/background_riset1.png) center top no-repeat;
	background-size: cover;
	height: 100vh;
	overflow: hidden;
}

#landing #riset1 .judul-riset1 {
	background: url(../../../img/home_lp/judul-riset1.png) right top no-repeat;
	background-size: contain;
}

#landing #riset1 .riset1-container p {
	font-size: 3vmin;
}

@media (max-width: 991px) {
	#landing #riset1 {
		height: fit-content;
	}
}

@media (max-width: 991px) {
	#landing #riset1 {
		height: fit-content;
	}

	#landing #riset1 {
		background: url(../../../img/home_lp/background_riset1.png) left top no-repeat;
		height: fit-content;
	}

	#landing #riset1 .riset1-container .title {
		text-align: center;
		font-size: 2rem;
	}

	#landing #riset1 .riset1-container p {
		font-size: 1.2rem;
	}
}

@media (max-width: 767px) {
	#landing #riset1 .riset1-container p {
		font-size: 1rem;
	}
}
