/*
	Theme Name:	Xtra Child
	Theme URI:	http://themeforest.net/user/Codevz/portfolio
	Description:Sample child theme of Xtra theme for customization.
	Author:		Codevz
	Author URI:	http://themeforest.net/user/Codevz
	Template:	xtra
	Version:	1.0
*/

@media (max-width: 786px) {
    .vc_row.vc_row-flex .reverse_section {
			display:flex !important;
        flex-direction: column-reverse !important;
    }
}