#choice_cont {
	display: block;
}

	.choice_row {
  		display: flex;
  		justify-content: center;
  		margin-bottom: 40px;
	}
	
	@media screen and (max-width : 992px) {
		.choice_row { display: block; margin-bottom: 25px; }
	}

	.choice_row:last-child {
  		margin-bottom: 0;
	}
	
		.choice_item {
			width: 270px;
			margin: 0 20px;
		}
	
		@media screen and (max-width : 992px) {
			.choice_item { width: 100%; margin: 25px 0; }
		}