@charset "UTF-8";

/* ===================================================================

 file name  :  mediaquery.css

=================================================================== */

/* --------------------------------------------------
 640px
--------------------------------------------------- */
@media screen and (max-width: 768px){
    .service .ctr{ padding: 30px 0;}
    .service .ctr section{ margin: 0;}
    .service .list-feature li:first-child{ margin: 0;}
}