/* Create two equal columns that floats next to each other */
.cstm_column1 {
  float: left;
  width: 50%;
  padding: 10px;

}

/* Clear floats after the columns */
.cstm_row1:after {
  content: "";
  display: table;
  clear: both;
}
/* Create two equal columns that floats next to each other */
.cstm_column2 {
  float: left;
  width: 50%;
  padding: 10px;
 
}

/* Clear floats after the columns */
.cstm_row2:after {
  content: "";
  display: table;
  clear: both;
}
/* Create two equal columns that floats next to each other */
.cstm_column3 {
  float: left;
  width: 50%;
  padding: 10px;
  
}

/* Clear floats after the columns */
.cstm_row3:after {
  content: "";
  display: table;
  clear: both;
}
.cstm_row6{
    width:50%;
}
.cstm_row7{
    width:50%;
    float: right:;
}