section.content .text-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
section.content .text-col .inner {
  margin-block: auto;
}
section.content img {
  width: 100%;
  height: auto;
}
section.content .text-col {
  max-width: 680px;
}