.steps {
	margin-top: var(--py-section);
	margin-bottom: var(--py-section);
}

.steps.is-bg {
	margin-top: 0;
	margin-bottom: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: var(--py-section);
	padding-bottom: var(--py-section);
}

.steps-top {
	max-width: 800px;
	margin: 0 auto var(--py-section-small);
}

.steps-top h2 {
	font-size: 34px;
	line-height: 48px;
	color: var(--color-primary);
}

.steps-button {
	margin-top: 40px;
}

.steps-info {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	row-gap: 35px;
	column-gap: 20px;
}

@media screen and (min-width: 768px) {
	.steps-info .block-steps {
		flex: 1;
	}
}

@media screen and (min-width: 1025px) {
	.steps-info {
		gap: 50px;
	}

	.steps-top h2 {
		font-size: 48px;
	}
}
