.container {
	max-width: 1230px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
	
}

.text_container {

	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

.text_content {
	display: flex;
	align-items: start;
	justify-content: center;

	gap: 50px;
}

.text_wrapper {
	display: flex;
	align-items: start;


	gap: 10px;
}

.text_wrapper img {
	width: 50px;
	height: auto;
}

.text_wrapper p {
	font-weight: bold;
	text-align: left;
}

.fiches_content {
	display: flex;
	align-items: start;
	justify-content: center;

	gap: 50px;
}

.fiches_wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-basis: 30%;
	gap: 10px;
}

.fiches_wrapper img {
	width: 100px;
	height: auto;
}

.fiches_text {
	font-size: 72px;
}

.w-title_ai {
	font-size: 32px;
	margin-bottom: 50px;
	line-height: 46px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	padding-top: 50px;
}



.swiper-card {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	width: 530px;
	height: 536px;
	background: rgb(244, 244, 244);
}

.swiper-slide.swiper-card_ai {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 360px;
	height: 210px;
	background: rgb(244, 244, 244);
	padding: 0;
	border-radius: 10px;
}

.swiper-text {
	display: block;
	max-width: 370px;
	height: auto;
	font-size: 16px;
}

.swiper-img_ai {
	width: 300px;
	height: auto;

}

.swiper-img {
	width: 120px;
	height: auto;
	border-radius: 50%;
}



.swiper-title {
	font-size: 24px;
}

.swiper-pagination {
	bottom: 0px !important;

}

.swiper-pagination-bullet {
	margin: 10px;
	width: 10px;
	height: 10px;

}

.swiper-button-prev,
.swiper-button-next {
	color: #000;
	opacity: 75%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	font-size: 30px;
}

.swiper-pagination-bullet:last-child {
	display: none;
}

@media (max-width:756px) {
	.swiper-pagination-bullet:last-child {
		display: inline-block;
	}

	.container {
		margin-top: 50px;
		margin-bottom: 90px;
	}

}

.swiper-pagination-bullet-active {
	background: #000;
	opacity: 75%;
}

#helpcrunch-container div,
.hcw-widget__button,
.helpcrunch-iframe-wrapper{
    display: none!important;
}

