/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 10 2024 | 20:59:43 */
.sec-2-cols > div.tve-cb{
	display: flex;
	justify-content: space-between;
}


@media (max-width: 768px) {
	.sec-2-cols > div.tve-cb {
		flex-direction: column;
	}
	.sec-2-cols > div.tve-cb > div {
		width: 100% !important;
	}
	.sec-2-cols .sec-2-cols__img {
		order: -1;
	}
}

