/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> #wpv-view-layout-3405 **/
#wpv-view-layout-3405 {
	display: grid !important;
	grid-gap: 60px 40px !important;
	gap: 60px 40px !important;
	grid-template-columns: 1fr 1fr !important;
	grid-template-rows: auto !important;
}

/** General >> .clip **/
.clip {
	display: grid !important;
	grid-column-gap: 10px !important;
	column-gap: 10px !important;
	grid-template-columns: 1fr 1fr !important;
	grid-template-rows: auto !important;
}

/** General >> .clip-img **/
.clip-img {
	min-width: 200px !important;
}

/** General >> #wpv-view-layout-3405 h2 **/
#wpv-view-layout-3405 h2 {
	font-size: 18px !important;
}

/** General >> #wpv-view-layout-3405 p **/
#wpv-view-layout-3405 p {
	font-size: 13px !important;
}


/*( < 768 )*/
@media (max-width: 767.98px) {

	/*= General =================== */

	/** General >> #wpv-view-layout-3405 **/
	#wpv-view-layout-3405 {
	display: grid !important;
	grid-template-columns: 1fr !important;
	grid-template-rows: auto !important;
}


}


/*( < 480 )*/
@media (max-width: 479.98px) {

	/*= General =================== */

	/** General >> .clip **/
	.clip {
	display: grid !important;
	grid-template-columns: 1fr !important;
	grid-template-rows: auto !important;
}


}

