

/* Start:/local/components/sibcode/home.how/templates/.default/style.css?1789360169916*/
.how__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
	counter-reset: none;
}

.how__step {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: flex-start;
	padding: 24px;
	border-radius: 12px;
	background: #ffffff;
}

.how__num {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 8px;
	background: #606060;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	border-radius: 100px;
}

.how__body {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 0;
}

.how__step-title {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
	color: #171717;
}

.how__step-text {
	font-size: 14px;
	line-height: 1.5;
	color: #5f5f5f;
}

@media (max-width: 900px) {
	.how__grid {
		grid-template-columns: 1fr;
	}
}

/* End */
/* /local/components/sibcode/home.how/templates/.default/style.css?1789360169916 */
