.howto-block {
	position: relative;
	background: #F6F5FF;
	border-radius: 20px;
	padding-top: 18px;
	margin-top: 80px;
	margin-bottom: 50px;
	padding-left: 40px;
	padding-right: 40px;
}

.howto-block > h2 {
	font-size: 32px;
	font-weight: 900;
	text-align: center;
}

.howto-block > p {
	margin-top: 0;
	margin-bottom: 20px;
	text-align: center;
}

.howto-block .steps2 {
	display: flex;
	padding-bottom: 60px;
	justify-content: center;
	row-gap: 20px;
	column-gap: 30px;
	flex-wrap: wrap;
}

.howto-block .howto-toolssupplies {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
	text-align: center;
}

.howto-block .steps2 .step2 {
	flex-basis: 236px;
	border-radius: 20px;
	background: #FFFFFF;
	position: relative;
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 44px;
	padding-bottom: 7px;
	overflow: hidden;
}

.howto-block .steps2 .step2 > img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7px;
}


.howto-block .steps2 .step2 h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 28.8px;
	text-align: center;
	margin-top: 28px;
	margin-bottom: 16px;
}

.howto-block .steps2 .step2 p {
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
}

.howto-block .steps2 .step2 .step2counterbg {
	width: 90px;
	height: 90px;
	top: -29px;
	left: -27px;
	background: #6356C3;
	border-radius: 45px;
	position: absolute;
}

.howto-block .steps2 .step2 .step2counter {
	font-size: 32px;
	font-weight: 900;
	color: #FFFFFF;
	position: absolute;
	right: 27px;
	bottom: 18px;
}

@media screen and (max-width: 600px) {
	.howto-block {
		padding-top: 1px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.howto-block > h2 {
		font-size: 26px;
		line-height: 60px;
		letter-spacing: 0em;
		text-align: center;
	}

	.howto-block > p {
		font-size: 18px;
		font-weight: 400;
		line-height: 27px;
		text-align: center;
	}

	.howto-block .steps2 {
		display: flex;
		margin-top: 26px;
		padding-left: 8px;
		padding-right: 8px;
		column-gap: 10px;
		row-gap: 10px;
		padding-bottom: 35px;
	}

	.howto-block .steps2 .step2 {
		font-size: 16px;
		line-height: 19px;
		border-radius: 14px;
		margin-top: 10px;
		padding-left: 7px;
		padding-right: 7px;
		padding-top: 30px;
		padding-bottom: 7px;
		flex-basis: 100%;
	}
	.howto-block .steps2 .step2 h3 {
		font-size: 16px;
		font-weight: 600;
		line-height: 24px;
		padding-top: 6px;
	}

	.howto-block .steps2 .step2 p {
		margin-top: 8px;
	}
}
