
  @media only screen and (min-width: 980px) {
	
  .left_col {
    width: 40% !important;
    float: left !important;
  }

  .right_col {
    width: 50% !important;
    float:right !important;
  }

	
}	