.column {
  float:LEFT;
  WIDTH:40%;
background-color:white;
display:inline;


       
}






/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;

}







@media screen and (MAX-width: 680px) {
  .column {
    width: 90%;
padding-right:30px;

  }
}