@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&family=Lato:wght@700&family=Montserrat:wght@300;400;500;700;900&family=Open+Sans:wght@300&family=Poppins:wght@500;600;800&family=Sofia+Sans:wght@100&family=Work+Sans:wght@200;300;400;500;600;700;800&display=swap');
.banner-dekstop{
    display:none;
}
.banner-mobile{
    display:block;
}
.intro{
	padding: 50px;
	padding-bottom: 10px;
}
.intro-logo{
	max-width: 100%;
	margin-bottom: 20px;
}
.intro h2{
	color: #000000;
	font-family: "Montserrat", Sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.intro p{
	color: #000000;
	font-family: "Montserrat", Sans-serif;
	font-size: 15px;
	font-weight: 400;
}
.banner{
	width: 100%;
	text-align: center;
}
.keuntungan{
	text-align: center;
	padding: 20px;
	margin-top: -60px;
}
.konsep{
	background-color: #f4f5f7;
	/*text-align: center;*/
	padding: 30px;

}
.konsep h2{
	color: #2E447D;
	font-family: "Montserrat", Sans-serif;
	font-size: 23px;
	font-weight: 700;
	margin-bottom: 20px;
}
.konsep img{
	border-radius: 10px;
	margin-bottom: 10px;
}
.konsep ul li{
	font-family: "Montserrat", Sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 10px;
}
.mengapa-harus{
	background-color: white;
	padding: 0px;
	padding-top: 30px;
}
.mengapa-harus h2{
	color: #000000;
	font-family: "Montserrat", Sans-serif;
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
}
.mengapa-harus p{
	color: #000000;
	font-family: "Montserrat", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3em;
}
.mengapa-harus-logo{
	max-width: 45% !important;
}
.mengapa-point{
	max-width: 53% !important;
	margin-top: 30px;
}
.mengapa-point-dua{
	max-width: 80% !important;
	margin-top: 10px;
}
.fasilitas{
	background-color: #F4F5F7;
	margin-top: 20px;
	padding: 30px;
}
.fasilitas h2{
	color: #000000;
	font-family: "Montserrat", Sans-serif;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 0px;
}
.fasilitas-logo{
	max-width: 45% !important;
	margin-bottom: 20px;
}
.partner{
	padding: 20px;
	margin-bottom: 30px;
}
.partner h2{
	color: #000000;
	font-family: "Montserrat", Sans-serif;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}
.faq{
	padding: 0px;
	margin-top: 30px;
}
.faq h1{
	color: #BC2129;
	font-family: "Montserrat", Sans-serif;
	font-size: 48px;
	font-weight: 700;
}
.faq-item{
	box-shadow: 0px 0px 20px 0px rgba(56.00000000000001, 59.000000000000014, 83.00000000000003, 0.18);
	padding: 10px;
	width: 100%;
	margin-bottom: 20px;
}
.faq-item h3{
	color: #BC2129;
	font-family: "Montserrat", Sans-serif;
	font-size: 15px;
	font-weight: 700;
	padding: 10px;
	margin-bottom: 30px;
}
.faq-item p{
	color: #000000;
	text-shadow: 0px 0px 65px rgba(0, 0, 0, 0);
	font-family: "Montserrat", Sans-serif;
	padding: 0px;
	padding-left: 10px;
}
.faq-item ul li{
	color: #000000;
	text-shadow: 0px 0px 65px rgba(0, 0, 0, 0);
	font-family: "Montserrat", Sans-serif;
	padding: 0px;
	padding-left: 10px;
}
.footer{
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 13px;
	text-align: center;
	background-color: #eeeeee;
}
.floating {
	  position: fixed;
	  width: 90px;
	  height: 90px;
	  bottom: 38px;
	  right: 12px;
	  background-color: none;
	  color: #fff;
	  border-radius: 50px;
	  text-align: center;
	  font-size: 30px;
	  z-index: 100;
}
.fab-icon {
	margin-top: 16px;
}
@media (min-width: 768px) and (max-width: 1024px){
    .banner-dekstop{
        display:block;
    }
    .banner-mobile{
        display:none;
    }
	.mengapa-harus h2{
		font-size: 20px;
	}
	.mengapa-harus-logo{
		max-width: 70% !important;
	}
	.mengapa-harus p{
		font-size: 14px;
		line-height: 1.5em;
		padding: 9px;
		text-align: justify;
	}
	.fasilitas h2{
		font-size: 25px;
	}
	.fasilitas-logo{
		max-width: 70% !important;
	}
	.partner h2{
		font-size: 20px;
	}
}
@media only screen and (max-width: 600px) {
    .banner-dekstop{
        display:block;
    }
    .banner-mobile{
        display:none;
    }
	.mengapa-harus h2{
		font-size: 20px;
	}
	.mengapa-harus-logo{
		max-width: 70% !important;
	}
	.mengapa-harus p{
		font-size: 14px;
		line-height: 1.5em;
		padding: 9px;
		text-align: justify;
	}
	.fasilitas h2{
		font-size: 25px;
	}
	.fasilitas-logo{
		max-width: 70% !important;
	}
	.partner h2{
		font-size: 20px;
	}
}