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

.case_study>.container {
	max-width: 1005px;
}

.case_study>.container>.title {
	display: block;
	text-align: left;
	color: #fff;
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: 50px;
	margin: 0 auto;
}

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

.case_study>.container .sections {

}

.case_study>.container .sections .section {
	margin-top: 48px;
}

.case_study>.container .sections .section .title {
	color: #fff;
	display: block;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 42px;
	margin-botttom: 32px;
}

.case_study>.container .sections .section .desc {
	color: #fff;
	display: block;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin-top: 32px;
}

.case_study .points {
	display: flex;
	gap: 76px;
	align-items: baseline;
}

.case_study .points .half {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	row-gap: 42px;
}

.case_study .points .point {
	position: relative;
	width: 100%;
	padding-left: 60px;
}

.case_study .points .point svg {
	position: absolute;
	width: 48.5px;
	height: 48px;
	left:0;
	top:0;
}

.case_study .points .point span {
	position: absolute;
	color: var(--Green-5, #8DD3BF);
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; 
	left: 0;
    top: 8px;
    width: 48px;
}

.case_study .points .point p.tit {
	color: var(--Green-5, #8DD3BF);
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; 
	margin: 0 auto 12px auto;
}

.case_study .points .point p.desc {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	margin: 0 auto;
}

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

	.case_study>.container>.title {
		font-size: 36px;
	}

	.case_study>.container .sections .section {
		margin-top: 32px;
	}

	.case_study>.container .sections .section .title {
		font-size: 26px;
	}

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

	.case_study .points .half {
		width: 100%;
	}

	.case_study>.container .sections .section .desc {
		margin-top: 18px;
	}
}