/*  MICROTHEMER STYLES  */


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

/** General >> #div_block-28-612 **/
#div_block-28-612 {
	display: grid !important;
	grid-gap: 30px !important;
	gap: 30px !important;
	justify-self: center !important;
	-webkit-align-self: center !important;
	align-self: center !important;
}
#div_block-28-612 > :nth-child(2) {
	grid-area: 1 / 2 / 2 / 3 !important;
}
#div_block-28-612 > :nth-child(3) {
	grid-area: 1 / 3 / 2 / 4 !important;
}
#div_block-28-612 > :nth-child(4) {
	grid-area: 1 / 4 / 2 / 5 !important;
}

/** General >> #div_block-28-612 > .ct-div-block **/
#div_block-28-612 > .ct-div-block {
	
}


/*( Desktop & Tablet )*/
@media (min-width: 768px) and (max-width: 979px) {

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

	/** General >> Biguote **/
	.biguote {
	
}


}


/*( Tablet & Phone )*/
@media (max-width: 767px) {

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

	/** General >> #div_block-28-612 **/
	#div_block-28-612 {
	display: grid !important;
}
#div_block-28-612 > :nth-child(2) {
	grid-area: 1 / 2 / 2 / 3 !important;
}
#div_block-28-612 > :nth-child(3) {
	grid-area: 2 / 1 / 3 / 3 !important;
}


}


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

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

	/** General >> #div_block-28-612 **/
	#div_block-28-612 {
	display: grid !important;
}
#div_block-28-612 > :nth-child(2) {
	grid-area: 2 / 1 / 3 / 2 !important;
}
#div_block-28-612 > :nth-child(3) {
	grid-area: 3 / 1 / 4 / 2 !important;
}


}

