img {
    max-height: 800px;
    object-fit: contain;
}

* {
    box-sizing: border-box;
}

.column {
    float: left;
    width: 50%;
    padding: 10px;
   
}
  
.row:after {
    content: "";
    display: table;
    clear: both;
}