.bullets_special {
	position: relative;
	padding: 120px 0;
}

.bullets_special .flex {
	display: flex;
}

.bullets_special .flex .half {
	width: 50%;
}

.bullets_special .flex .half>.title {
	display: block;
	text-align: left;
	color: #000;
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: 50px; 
	margin: 0;
}

.bullets_special .title span {
	color: #8DD3BF;
}

.bullets_special .flex .half .point {
	position: relative;
	padding-left: 60px;
	padding-bottom: 160px;
}

.bullets_special .flex .half .point:before {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	top: 22px;
	width: 2px;
	height: 100%;
	background: #8DD3BF;
	z-index: 9;
}

.bullets_special .flex .half .point svg {
	position: absolute;
	width: 42px;
	height: 42px;
	left: -20px;
	top: -2px;
	z-index: 99;
}

.bullets_special .flex .half .point .title {
	color: #000;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 42px; 
	margin: 0 auto 48px auto;
}

.bullets_special .flex .half .point .desc {
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	margin: 0 auto;
}

.bullets_special .points {
	position: relative;
	display: flex;
	gap: 20;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 88px;
}

.bullets_special .points .point {
	position: relative;
	width: calc(33% - 88px);	
}

.bullets_special .points .point svg {
	position: relative;
	width: 42px;
	height: 42px;
	z-index: 9999;
}

.bullets_special .points .point p.title {
	color: #000;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin: 16px auto 32px auto;
	text-align: left;
}

.bullets_special .points .point p.desc {
	margin: 0 auto;
	text-align: left;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.bullets_special .points:after {
	content: " ";
    position: absolute;
    display: block;
    width: 105%;
    height: 2px;
    background: #8DD3BF;
    left: -2%;
    top: 20px;
    z-index: 9;
}

@media only screen and (max-width: 996px) {
	.bullets_special {
		padding: 70px 0;
	}

	.bullets_special>.container>.title {
		font-size: 32px;
		font-style: normal;
		font-weight: 700;
		line-height: 42px;
	}

	.bullets_special .points:after {
		display: none;
	}	

	.bullets_special .points {
		flex-wrap: wrap;
		row-gap: 48px;
	}

	.bullets_special .points .half .point p.title {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.bullets_special .points .point {
		width: 100%;
	}

	.bullets_special .flex {
		flex-wrap: wrap;
	}

	.bullets_special .flex .half {
		width: 100%;
	}

	.bullets_special .flex .half>.title {
		font-size: 32px;
		font-style: normal;
		font-weight: 700;
		line-height: 42px;
		text-align: center;
		margin-bottom: 70px;
	}

	.bullets_special .flex .half .point {
		padding: 0;
	}

	.bullets_special .flex .half .point:before,
	.bullets_special .flex .half .point svg {
		display: none;
	}

	.bullets_special .flex .half .point .title {
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 32px;
		text-align: left;
	}

	.bullets_special .flex .half .point .desc {
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
		text-align: left;
		margin-bottom: 48px;
	}
}