.why_us {
	padding:40px 0;
}
.why_us .absolute {
	left: 50%; transform: translateX(-50%);
}
.why_us .relative {
	margin-top: 30px;
}
.why_us .section_title {
	font-family: 'HelveticaCompressed'; font-weight: normal;
}
.why_us .col_wrapper p {
    font-family: inherit;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    margin: 12px 0;
}
.why_us .col-3 .col_wrapper {
	display: flex; flex-direction: column; align-items: center;
}
.why_us .col-3 {
	margin-bottom: 1rem;
}
.why_us .col-3 .col-item {
	min-height: 50%;
}
@media (max-width: 1024px) {
	.why_us .col-6.justify_center {
		display: none;
	}
	.why_us .col-3 {
		max-width: 50%; flex:0 0 50%;
	}

}
@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;
	}
}