@charset "utf-8";
/* CSS Document */

.home h1, .home h2, .home h3, .home h4, .home h5, .home h6{
	font-weight:800;
	font-family: 'Baloo 2', sans-serif;
}
.home h1, .home .h1{
	font-size:2.0rem;
	line-height:2.6rem;
	margin:0 0 12px;
	color:#2958a5;
	font-weight:800;
	font-family: 'Baloo 2', sans-serif;
}
.home h2, .home .h2{
	font-size:2.0rem;
	line-height:2.6rem;
	margin:0 0 11px;
	color:#2958a5;
	font-weight:800;
	font-family: 'Baloo 2', sans-serif;
}
.home h3, .home .h3{
	font-size:1.6rem;
	line-height:2.2rem;
	margin:0 0 14px 0;
	color:#2958a5;
	font-weight:800;
	font-family: 'Baloo 2', sans-serif;
}
.home h4, .home .h4{
	font-size:1.4rem;
	line-height:2.0rem;
	margin:0 0 6px 0;
	color:#2958a5;
	font-weight:800;
	font-family: 'Baloo 2', sans-serif;
}
.home h5, .home .h5{
	font-size:1.4rem;
    line-height:2.0rem;
	color:#2958a5;
	margin:0 0 6px;
	font-weight:800;
	font-family: 'Baloo 2', sans-serif;
	border-radius: 50px;
}

@media only screen and (min-width:768px){

	.home h1, .home .h1{
		font-size:2.8rem;
		line-height:3.4rem;
		margin:0 0 15px;
	}
	.home h2, .home .h2{
		font-size:2.8rem;
		line-height:3.4rem;
		margin:0 0 13px;
	}
	.home h3, .home .h3{
		font-size:1.8rem;
		line-height:2.4rem;
		margin:0 0 16px 0;
	}
	.home h4, .home .h4{
		font-size:1.6rem;
		line-height:2.2rem;
		margin:0 0 8px 0;
	}
	.home h5, .home .h5{
		font-size:1.6rem;
		line-height:2.2rem;
		margin:0 0 8px 0;
	}
	
}

@media only screen and (min-width:1025px){
	
	.home h1, .home .h1{
		font-size:3.6rem;
		line-height:4.2rem;
		margin:0 0 15px 0;
	}
	.home h2, .home .h2{
		font-size:3.6rem;
		line-height:4.2rem;
		margin:0 0 15px 0;
	}
	.home h3, .home .h3{
		font-size:2.0rem;
		line-height:2.6rem;
		margin:0 0 18px 0;
	}
	.home h4, .home .h4{
		font-size:2.0rem;
		line-height:2.6rem;
		margin:0 0 10px 0;
	}
	.home h5, .home .h5{
		font-size:1.8rem;
		line-height:2.5rem;
		margin:0 0 10px 0;
	}
}


.body-cont{
	background-color: #f0fafc;
}

.imp-text{
	margin-bottom: 20px;
	color: #2958a5;
	font-size: 1.0rem;
	line-height: 1.6rem;
	font-weight: normal;
    font-family: 'Inter 18pt', sans-serif;
}
@media only screen and (min-width:500px){
	.imp-text{
		margin-bottom: 30px;
	}	
}
@media only screen and (min-width:768px){
	.imp-text{
		margin-bottom: 40px;
		font-size: 1.2rem;
		line-height: 1.8rem;
	}
}
@media only screen and (min-width:921px){
	.imp-text{
		margin-bottom: 50px;
	}
}
@media only screen and (min-width:1025px){
	
}
@media only screen and (min-width:1500px){
	
}



