/* Two columns */
.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1140px) {
  .column {
    width: 100%;
    padding-bottom: 30px;
  }
    .column img{
    width: 100%;
  }
}