/* Two Great Options for Resellers Section - Mobile */
.two-great-options-section {
	padding: 60px 0;
}

.two-great-options-wrapper {
	grid-template-columns: 1fr;
	gap: 40px;
}

.two-great-options-left {
	gap: 30px;
	align-items: center;
	text-align: center;
}

.two-great-options-title {
	font-size: 28px;
}

.two-great-options-icon {
	justify-content: center;
}

.two-great-options-icon svg {
	width: 100px;
	height: 100px;
}

.two-great-options-right {
	gap: 24px;
}

.option-item {
	gap: 10px;
}

.option-title {
	font-size: 18px;
}

.option-description {
	font-size: 15px;
	line-height: 1.6;
}

.two-great-options-section {
	padding: 0px;
}

.two-great-options-container {
	padding: 30px 16px;
}

@media screen and (max-width: 768px) {
	.two-great-options-wrapper {
		gap: 20px;
	}

	.two-great-options-left {
		gap: 12px;
	}

	.two-great-options-title {
		font-size: 24px;
	}

	.two-great-options-icon svg {
		width: 50px;
		height: 50px;
	}

	.two-great-options-right {
		gap: 20px;
	}

	.option-title {
		font-size: 16px;
	}

	.option-description {
		font-size: 14px;
		line-height: 1.5;
	}
}

