.obj_article_summary .cover {
	margin-bottom: 150px;
}

{
        box-sizing: border-box;
    }
    /* Set additional styling options for the columns*/
    .column1 {
    float: left;
    width: 29%;
    }

        .column2 {
    float: right;
    width: 69%;
    }

    .row:after {
    content: "";
    display: table;
    clear: both;
    }

    .obj_article_summary .galleys_links {
	    margin-left: 29%;
}
@media (max-width: 600px) {
  .row {
    display: flex;
    flex-direction: column;
  }

  .column1,
  .column2 {
    width: 100% !important;
    float: none;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box; /* So padding doesn't increase total width */
  }
}