/* Homepage how-to-order steps */

.home-order-steps {
	padding-top: var(--home-section-pad-y, 48px);
	padding-bottom: var(--home-section-pad-y, 48px);
	background: #f4f8fb;
}

.home-order-steps__header {
	margin-bottom: 28px;
	text-align: center;
}

.home-order-steps__title {
	margin: 0 0 8px;
	font-size: 28px;
	font-weight: 700;
	color: #01163a;
}

.home-order-steps__intro {
	margin: 0 auto;
	max-width: 36em;
	color: #445;
	font-size: 15px;
}

.home-order-steps__card {
	position: relative;
	height: 100%;
	padding: 24px 20px 20px;
	background: #fff;
	border: 1px solid #dce8ef;
	border-radius: 6px;
}

.home-order-steps__num {
	position: absolute;
	top: 12px;
	right: 14px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	color: #d7e6ef;
}

.home-order-steps__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin-bottom: 14px;
	border-radius: 50%;
	background: #e8f4fa;
	color: #0f75bc;
}

.home-order-steps__icon .sl-icon {
	width: 22px;
	height: 22px;
}

.home-order-steps__card-title {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: 700;
	color: #01163a;
}

.home-order-steps__card-text {
	margin: 0;
	color: #445;
	font-size: 14px;
	line-height: 1.5;
}

@media (max-width: 767px) {
	.home-order-steps {
		padding-top: var(--home-section-pad-y-sm, 36px);
		padding-bottom: var(--home-section-pad-y-sm, 36px);
	}

	.home-order-steps__title {
		font-size: 24px;
	}

	.home-order-steps__card {
		margin-bottom: 12px;
	}
}
