.steps2-block {
	position: relative;
	background: #2A50D1;
	border-radius: 20px;
	margin-bottom: 100px;
}

.steps2-block h2 {
	color: #FFFFFF;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 0px;
	margin-bottom: 4px;
}

.steps2-block .steps2-description {
	color: #FFFFFF;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 30px;
}

.steps2-block .steps2-description p {
	margin-top: 0;
	margin-bottom: 20px;
}

.steps2-block .steps2 {
	display: flex;
	margin-top: 60px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 60px;
	justify-content: center;
	row-gap: 45px;
	column-gap: 18px;
	flex-wrap: wrap;
}

.steps2-block .steps2 .step2 {
	position: relative;
	background: rgba(1, 10, 98, 1);
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	border-radius: 20px;
	margin-top: 53px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 27px;
	padding-bottom: 7px;
	text-align: center;
	flex-basis: 200px;
}

.steps2-block .steps2 .step2.step2.noimage {
	margin-top: 0;
	padding-bottom: 15px;
}

.steps2-block .steps2 .step2 .step2image {
	position: absolute;
	width: 130px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: -82px;
}

.steps2-block .steps2 .step2 h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 33px;
	padding-top: 23px;
	margin-bottom: 0;
}

.steps2-block .steps2 .step2.noimage h3 {
	padding-top: 0;
	margin-top: 0;
}

.steps2-block .steps2 .step2 h3 .step2counter {
	background-color: rgba(120, 231, 255, 1);
	color: #000000;
	width: 28px;
	height: 28px;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	display: inline-block;
	border-radius: 20px;
}

.steps2-block .steps2 .step2 p {
	margin-top: 11px;
}

@media screen and (max-width: 600px) {
	.steps2-block h2 {
		font-size: 28px;
		line-height: 45px;
		padding-top: 15px;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.steps2-block .steps2-description {
		margin-top: 10px;
	}

	.steps2-block .steps2-description p {
		font-size: 16px;
	}

	.steps2-block .steps2 {
		display: flex;
		margin-top: 26px;
		padding-left: 18px;
		padding-right: 18px;
		column-gap: 10px;
		row-gap: 30px;
		padding-bottom: 35px;
	}

	.steps2-block .steps2 .step2 {
		font-size: 16px;
		line-height: 19px;
		border-radius: 14px;
		margin-top: 53px;
		padding-left: 7px;
		padding-right: 7px;
		padding-top: 11px;
		padding-bottom: 7px;
		flex-basis: 144px;
	}
	.steps2-block .steps2 .step2 .step2image {
		width: 93px;
		top: -59px;
	}
	.steps2-block .steps2 .step2 h3 {
		font-size: 16px;
		font-weight: 600;
		line-height: 24px;
		padding-top: 6px;
	}

	.steps2-block .steps2 .step2 h3 .step2counter {
		width: 20px;
		height: 20px;
		font-size: 14px;
		line-height: 21px;
		border-radius: 20px;
	}

	.steps2-block .steps2 .step2 p {
		margin-top: 8px;
	}

}

