
.column{
	float:left;
	width:100%;
	padding: 20px;
	padding-bottom:0px;
}
#main_generic_contact{
	width: 100%;
}
@media screen and (min-width:450px){
	.list1, .list2 {
		width: 40%;
	}
}


@media screen and (min-width:600px){	
	.column{
		width:50%;
	}
	.list1, .list2 {
		width: 100%;
	}	
}

@media screen and (min-width:750px){
	.column{
		width:168px;
		padding: 30px 30px 0;
		
	}
	.list1, .list2 {
		clear: both;
	}	
}

@media screen and (min-width:1000px){
	.column{
		
	}
	.columnBar{
		background:url(//assets1.dxc.technology/contact_us/assets/columnBar.png) no-repeat 0 0;
	}
	.list0, .list1, .list2 {
		display: inline-block;
		zoom: 1;
		*display: inline;
	}
	.list1 {
		float: left;
		clear: left;
	}
	.mobile .myRcmds {
		top: 174px;
	}
}