h2{
	font-family: 'Mont-Serrat';
	font-style: normal;
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 49px;
	color:#8FBDD3;
	}
strong{font-weight: 800;}
.text{
	font-family: 'Mont-Serrat';
	font-style: normal;
	font-weight: 300;
	font-size: 1.2rem;
	line-height: 29px;
	color: #41444B;
	}
.btn-sp{
	padding: 10px 20px;
	text-decoration: none;
	width: 280px;
	height: 60px;
	background-color: #0081C9;
	color:#FFF;
	border-radius: 50px;
	font-family: 'Mont-Serrat';
	font-style: normal;
	font-weight: 300;
	font-size: 1.2rem;
	line-height: 29px;
}

#home{
	width: 100%;
	
}


#four{
	background-color:#FCF3DF ;
}
#four  button{
	color:#696969;
	font-size: 3rem;
}
#four figcaption{
font-family: 'Mont-Serrat';
font-style: normal;
font-weight: 600;
font-size: 1.5rem;
line-height: 29px;
color: #41444B;
}
#four figcaption .subtitle{
font-weight: 400;
font-size: 1.25rem;
line-height: 24px;
}

#fifth h3 a{
text-decoration: none;
font-family: 'Mont-Serrat';
font-style: normal;
font-weight: 800;
font-size: 2.5rem;
line-height: 49px;
color: #0081C9;
}
#fifth h3 a:hover{
	text-decoration: underline;
	font-weight: 400;
}
#fifth img{ border-radius: 1.25rem!important;}
#fifth a {
	font-family: 'Mont-Serrat';
	font-style: normal;
	font-weight: 700;
	font-size: 1rem;
	line-height: 20px;
	color: #0081C9;
}
#fifth a:hover {font-weight: 400;}


@media only screen and (max-width:768px) {
	
}
@media only screen and (max-width:425px) {
	#princi h1{font-size: 1.75rem;}
	#princi h6{font-size:2rem;}
  }
@media only screen and (max-width:375px) {
	.text{font-size: 1rem;}
	#princi h1{font-size: 1.5rem;}

	#princi .card{font-size: 1.25rem; margin-top: 1rem;}
	#four figcaption .subtitle{display: block;}
	#fifth h3 a{font-size: 1.5rem; line-height: 30px;}

  }
