@charset 'UTF-8';

/*===========================================
col-reverse
===========================================*/

@media screen and (max-width: 767px){
.mod_imgArticle_2_1 .mod_flex.col-reverse {
flex-direction: column-reverse;
}
}