/* banner -start */
.banner-section {
	padding: 215px 0 95px 0;
}
/* banner -end */

/* Two Great Options for Resellers Section */
.two-great-options-section {
	position: relative;
	width: 100%;
	padding: 60px 0;
}

.two-great-options-container {
	max-width: 1180px;
	position: relative;
	background-color: #E8F4FD;
	padding: 24px;
	z-index: 1;
}

.two-great-options-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	align-items: flex-start;
}

.two-great-options-left {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.two-great-options-title {
	font-size: 36px;
	font-weight: 500;
	color: var(--main-color);
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin: 0;
}

.two-great-options-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

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

.two-great-options-right {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.option-item {
	display: flex;
	flex-direction: column;
}

.option-title {
	font-size: 18px;
	font-weight: 600;
	color: var(--main-color);
	line-height: 1.3;
	margin: 0;
}

.option-description {
	font-size: 16px;
	font-weight: 400;
	color: var(--main-color);
	line-height: 1.7;
	margin: 0;
}

.contact-form-section {
	padding-bottom: 160px;
}

