.blaze-block {
	text-align: center;
	margin-bottom: 100px;
	width: 100%;
	position: relative;
}

.blaze-block-img {
	position: relative;
	margin: 0 auto 80px;
	width: 520px;
}

.blaze-block-img2 {
	position: absolute;
	top: 13px;
	left: 120px;
	width: 88px;
	height: 56px;
	overflow: hidden;
}

.blaze-block-img2 img {
	display: block;
}

.blaze-block-img2 img + img {
	position: absolute;
	top: 0;
	left: 0;
}

.blaze-block h3 {
	width: 100%;
	margin-bottom: 30px;
}

.blaze-block h3 em {
	display: inline-flex;
	align-items: center;
}

.blaze-block h3 em img {
	width: 10px;
	margin-left: 10px;
}

.blaze-block p {
	font-size: 14px;
	color: var(--color-gray);
}

.blaze-block-line1 {
	position: absolute;
	left: 0;
	top: 80px;
	height: 86px;
	background: url('../../assets/images/line.png') center right no-repeat;
	width: 0;
}

@media screen and (min-width: 1025px) {
	.blaze-block h3 em img {
		width: 18px;
	}

	.blaze-block-img2 {
		top: 25px;
		left: 235px;
		height: 103px;
		width: 146px;
	}

	.blaze-block {
		margin-bottom: 100px;
	}

	.blaze-block-img {
		margin-bottom: 140px;
		width: 985px;
	}

	.blaze-block p {
		font-size: 18px;
	}

	.blaze-block-line1 {
		top: 190px;
	}
}
