/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

/* Отступы межколонками */
.g-cols.type_default {
    margin: 0 -0.9rem !important;
}

.g-cols.via_flex>div>.vc_column-inner {
    padding-left: 0.9rem !important;
    padding-right: 0.9rem !important;
}

/* Отступы межколонками на моб */
@media screen and (max-width: 767px) {
    .g-cols.type_default>div[class*="vc_col-xs-"] {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
}