.steps-block {
	padding: 64px 0;
	background-color: #f2f2f2;
}

.steps-block__title {
	text-align: center;
	margin-bottom: 48px;
}

.steps-block__repeater.grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	margin-bottom: 48px;
}

.steps-block__repeater.slick-slider {
	padding-bottom: 64px;
	margin-bottom: 0;
}

.steps-block__repeater.slick-slider .slick-dots {
	bottom: 24px;
}

.steps-block__item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	background-color: #fff;
	padding: 64px 24px;
	background-color: #fff;
}

.steps-block__item-number {
	position: absolute;
	top: 0;
	right: -12px;
	font-family: 'Jost', sans-serif;
	font-size: 256px;
	font-weight: bold;
	line-height: 1;
	color: #f2f2f2;
}


.steps-block__item-title {
	position: relative;
	z-index: 2;
	font-family: 'Jost', sans-serif;
	font-size: 48px;
	font-weight: 700;
	line-height: 1;
	color: #2f2f2f;
	margin-bottom: 24px;
}

.steps-block__item-text {
	position: relative;
	z-index: 2;
	font-family: 'Jost', sans-serif;
	font-size: 32px;
	font-weight: 500;
	line-height: 1;
	color: #2f2f2f;
}

.steps-block__link {
	max-width: 366px;
	width: 100%;
}

.steps-block__links-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
}

@media screen and (max-width: 1200px) {

	.steps-block__title {
		margin-bottom: 24px;
		text-align: left;
	}

	.steps-block__repeater.grid {
		gap: 24px;
	}

	.steps-block__item-title {
		font-size: 38px;
	}

	.steps-block__item-text {
		font-size: 26px;
	}

	.steps-block__item-number {
		font-size: 205px;
	}
}

@media screen and (max-width: 768px) {
	.steps-block {
		padding: 32px 0;
	}

	.steps-block__title {
		margin-bottom: 32px;
	}

	.steps-block__item {
		padding: 32px 16px;
	}

	.steps-block__links-wrapper {
		flex-direction: column;
		gap: 16px;
	}
}

@media screen and (max-width: 470px) {

	.steps-block__item-title {
		font-size: 24px;
		margin-bottom: 16px;
	}

	.steps-block__item-text {
		font-size: 20px;
	}
}
