@media (min-width: 991px){
	.col_8{width: 66.66%;}
	.col_4{width: 33.33%;}
	.d_flex{display: flex;justify-content: space-between;}
}