.aiHelper {
	position: relative;
	overflow: hidden;
	background: #ecf7ff;
	margin: 48px 0;
	padding-bottom: 80px;
}

.aiHelper__watermark {
	position: relative;
	left: -32px;
	max-width: 100%;
	top: -2px;
}

.aiHelper__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	width: 1200px;
	max-width: 100%;
}

.aiHelper__content {
	width: 600px;
	max-width: 100%;
}

.aiHelper__title {
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
	color: #202020;
}

.aiHelper__text {
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	color: #0f479c;
	margin-top: 12px;
}

.aiHelper__text p {
	margin: 0;
}

.aiHelper__action {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 24px;
}

.aiHelper__cta {
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	color: #000;
	margin: 0;
}

.aiHelper__btn {
	width: 235px;
}

.aiHelper__image {
	max-width: 100%;
}

@media (max-width: 1200px) {
	.aiHelper__action {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 768px) {
	.aiHelper__container {
		flex-direction: column;
		width: 100%;
		gap: 32px;
	}
}

@media (max-width: 600px) {
	.aiHelper__watermark {
		left: -16px;
	}
}
