/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 20 2026 | 19:41:59 */
@media screen and (min-width: 1024px) {
	.fusion-tabs .tab-content>.active {
		display: flex;
		max-width: 1300px;
		align-items: center;
	}
	.fusion-tabs.clean .tab-pane {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.tab-pane p {
		max-width: 80%;
		margin-right: 70px;
	}

	.fusion-tabs.horizontal-tabs.clean .tab-content {
		display: flex;
		justify-content: center;
	}

	.learn-more-button {
		min-width: 140px;
	}

	.fusion-tabs.horizontal-tabs.clean .tab-content {
		display: flex;
		justify-content: center;
	}
}