@charset "utf-8";
/* CSS Document */

.about_intro{
padding-bottom: 80px;
}
.about_service{}
.about_service h2{
text-align: center;
}
.about_service p{
display: block;
padding-bottom: 3em;
}

.about_service .bcard{
width: 200px;
border: 1px solid #DCDCDC;
margin-top: 20px;
margin-bottom: 30px;
}
.about_service .bcard img{ width:100%;}


@media only screen and (max-width: 1200px) 
{}

@media only screen and (max-width: 760px) 
{
.about_service .bcard{
width: 60%;
margin-left: auto;
margin-right: auto;
}
}