.conditions-for-treatment-section {
	display: flex;
	flex-flow: column;
	gap: 64px;
	align-self: center;
	width: calc(100% - 32px);
	max-width: 1086px;
	padding: 64px 0;

	@include tablet {
		gap: 32px;
		padding: 40px 0;
		max-width: 639px;
	}

	@include mobile {
		gap: 16px;
		padding: 32px 0;
		max-width: 328px;
	}
}

.conditions-for-treatment-section__slider {
	position: relative;

	.swiper-slider {
		overflow: hidden;
	}

	@include mobile {
		align-self: center;
		width: 100%;
		max-width: 264px;
	}
}

.conditions-for-treatment-section__slide {
	display: flex !important;
	flex-flow: column;
	align-items: center;
	text-align: center;
	height: unset !important;
	padding: 24px;
	border-radius: 4px;
	border: 1px solid #eee5dc;
	background-color: white;
	box-sizing: border-box;
}

.conditions-for-treatment-section__slide__icon {
	width: 88px;
	height: 88px;
	border-radius: 50%;
	border: 1px solid #eee5dc;
	box-sizing: border-box;

	svg {
		width: 100%;
		height: 100%;
	}
}

.conditions-for-treatment-section__slide__separator {
	margin-top: 12px;
	width: 48px;
	height: 3px;
	background-color: $color-green-400;
}

.conditions-for-treatment-section__slide__title {
	margin-top: 16px;
	width: 100%;
	max-width: 192px;
	font-size: 18px;
	line-height: 22px;

	@include tablet {
		font-size: 15px;
		line-height: 18px;
		max-width: 160px;
	}
}
