.page_content:after {
  content: "";
  display: block;
  clear: both;
}
.page_content .img {
  width: 100%;
  min-height: 100px;
  background-color: #ccc;
  margin-right: 20px;
  float: left;
}
.page_content .info p {
  font-size: 16px;
  line-height: 2;
  text-indent: 2em;
}
.page_content .gltd .img {
  max-width: 60%;
  min-height: 100px;
  margin: 20px auto;
  background-color: #ccc;
  float: initial;
}
.page_content .gltd .text p {
  font-size: 16px;
  line-height: 2;
}
.page_content .row > div:nth-of-type(2) {
  float: none;
  width: 100%;
}
