
/*  */
/* 
*/
.column-ni-left {
  float: left;
  width: 50%;
}

.column-ni-right {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row-ni:after {
  content: "";
  display: table;
  clear: both;
}

.img-column-ni-left {
  padding-right: 7px;
}

.img-column-ni-right {
  padding-left: 7px;
}
 
/*  */