.why_us {
	padding:40px 0; background-color: #f9f9f9
}
.why_us .absolute {
	left: 50%; transform: translateX(-50%);
}
.why_us .relative {
	margin-top: 30px;
}
.why_us .col_wrapper p {
	font-weight: bold; text-align: center; font-size: 1.26rem; margin-top: 15px;
}
.why_us .col-3 .col_wrapper {
	display: flex; flex-direction: column; align-items: center;
}
.why_us .col-3 {
	margin-bottom: 1rem;  border-right: dashed 1px #6f6f6f;
}
.why_us .col-3:last-of-type {
	border:none;
}
@media (max-width: 1024px) {
	.why_us .col-6.justify_center {
		display: none;
	}
	.why_us .col-3 {
		max-width: 50%; flex:0 0 50%;
	}
	.why_us .col_wrapper p {
		font-size: 19px;
	}
}
@media (min-width: 960px) and (max-width: 1024px) {
	.why_us .col-6.justify_center {
		display: flex;
	}
	.why_us .col-3 {
		flex:0 0 25%; max-width: 25%
	}
}
@media (max-width: 650px) {
	.why_us {
		padding:30px 0 10px;
	}
	.why_us .container {
		padding:0 12px;
	}
	.why_us .relative {
		margin-top: 0;
	}
	.why_us .col_wrapper p{
		font-size: 15px;
	}
}