.site-color {
	color: #34DCA2 !important;
}

/* body .elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 100%;
} */
.fs-text-image-wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	padding: 110px 0 75px;
}
.title {
	font-weight: 600;
	font-size: 50px;
	line-height: 130%;
	color: #202020;
	letter-spacing: -2px;
}
.fs-text-image__title > strong {
	color: #34DCA2 !important;
}
.fs-text-image-img {
	position: relative;
	z-index: 1;
	top: 21px;
	left: -55px;
}
.fs-text-image__title span {
	text-transform: uppercase;
}
.fs-text-image p {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #343844;
	margin-bottom: 20px;
}
.fs-text-image > strong {
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	color: #343844;
}
.fs-text-image h4 {
	font-weight: 600;
	font-size: 20px;
	line-height: 150%;
	color: #10173C;
	margin-top: 0;
	margin-bottom: 10px;
}
.fs-text-image ul {
	margin: 0;
	padding: 0;
}
.fs-text-image ul li {
	position: relative;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #343844;
	padding-left: 14px;
	margin-bottom: 10px;
}
.fs-text-image ul li::marker {
	content: none;
}
.fs-text-image ul li::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #34DCA2;
	position: absolute;
	top: 7px;
	left: 0;
}
.fs-text-image-content {
	width: 578px;
	margin-left: 3px;
}
.fs-text-image-buttons {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	gap: 20px;
	margin: 40px 0;
}
.fs-text-image-buttons .standart_but a,
.fs-text-image-buttons .special_but a {
	min-height: 46px;
	min-width: 170px;
}
.fs-text-image__con--wrap {
	border-radius: 20px;
	background: #f8f8f8;
	padding: 20px;
}

@media screen and (max-width: 1370px) {
	.fs-text-image-img {
		left: 0;
		margin-right: 10px;
	}
}
@media screen and (max-width: 1200px) {
	.title {
		font-size: 40px;
	}
	.fs-text-image-content {
		width: 60%;
		margin-left: 30px;
	}
}
@media screen and (max-width: 992px) {
	.title {
		font-size: 35px;
	}

	.fs-text-image-wrap {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 110px 20px;
		gap: 30px;
	}

	.fs-text-image-img {
		top: 0;
	}

	.fs-text-image-content {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {

	.fs-text-image-content {
		margin: 30px 0 0;
		width: 100%;
	}
	.title {
		font-size: 28px;
	}
	.fs-text-image p {
		font-size: 14px;
	}
	.fs-text-image strong {
		font-size: 14px;
	}
	.fs-text-image h4 {
		font-size: 18px;
	}
	.fs-text-image ul li {
		font-size: 14px;
	}
	.fs-text-image .special_but a {
		min-width: 154px;
	}
}
@media screen and (max-width: 600px) {
	.fs-text-image-img {
		top: 0;
		margin: 0;
	}
	.fs-text-image-wrap {
		padding: 52px 0px;
	}
	.title {
		letter-spacing: inherit;
		margin-bottom: 11px !important;
	}
	.fs-text-image p {
		margin-bottom: 10px;
	}
	.fs-text-image-buttons {
		margin: 22px 0 0;
	}
	.fs-text-image-buttons .standart_but a, .fs-text-image-buttons .special_but a {
		min-width: 147px;
	}
	.fs-text-image__con--wrap {
		padding-top: 30px;
	}
}
