.content-main {
  clear: both;
  margin: 0 auto;
  overflow: hidden;

  p:first-child {
    font-size: 1.2rem;
    font-weight: 300;
  }

  p:last-child {
    clear: both;
    content: '';
    display: table-block;
    overflow: hidden;
  }
}
