

.text_title p:first-child{
	font-size:25px;
    font-weight:bold;
    color:#454545;
    margin-bottom:10px;
}
.text_title p:first-child span{
	font-size:35px;
    color:#255cc0;
}
.text_title p:last-child{
	font-size:14px;
    line-height:1.5em;
    color:#3471bc;
}

.intro_wrap img{
	width:100%;
    margin:25px auto;
}

.intro_text p{
	font-size:15px;
    line-height:1.5em;
    margin-bottom:20px;
}
.intro_text p span{
	color:#315496;
}


/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){
    .text_title{
    	text-align:center;
    }
    .text_title p:first-child{
        font-size:20px;
        font-weight:bold;
        color:#454545;
        margin-bottom:10px;
    }
    .text_title p:first-child span{
        font-size:25px;
        color:#255cc0;
    }
}