.center-three-columns {
    justify-content: flex-start;
}
@media (min-width: 990px) {
	.center-three-columns .flex_column {
			width: calc(50% - 15px) !important;
	}
}