/* Riset 3 Section
--------------------------------*/
#landing #riset3 {
	background-size: cover;
	height: 100vh;
	overflow: hidden;
}


#landing #riset3 .riset3-container .title {
	margin-top: 20px;
}

#landing #riset3 .riset3-container .card-body {
	font-size: 2.7vmin;
}

#landing #riset3 .riset3-container .card-footer {
	background-color: #C26169;
}

@media (max-width: 991px) {
	#landing #riset3 {
		height: fit-content;
	}

	#landing #riset3 .riset3-container .title {
		font-size: 2rem;
		text-align: center;
		margin-bottom: 20px !important;
	}

	#landing #riset3 .riset3-container .card-body {
		font-size: 1.1rem;
	}
}



@media (max-width: 767px) {
	#landing #riset3 .riset3-container .box .icon {
		top: -5vmin;
		left: calc(50% - 5vmin);
		width: 12vmin;
		height: 12vmin;
	}

	#landing #riset3 .riset3-container .box .icon i {
		color: #fff;
		font-size: 5vmin;
	}

	#landing #riset3 .riset3-container .box .icon i {
		color: #fff;
		font-size: 5vmin;
	}

	#landing #riset3 .riset3-container .box:hover .icon {
		width: 12vmin;
		height: 12vmin;
		background: #fff;
		border: 2px solid #b63d45;
	}

	#landing #riset3 .riset3-container .card-body {
		font-size: 1rem;
	}
}
