section {
  display: table;
margin-bottom:50px;    
    
}

section > * {
  display: table-row;
}

section .table-col {
  display: table-cell;
}

header .table-col {
    padding:5px;
    color:#fff;
    background:#333;
    
}
.table-col {
    width: 25%;
    border-right: solid 1px #333;
    border-left: solid 1px #333;
    border-bottom: solid 1px #333;
    padding:5px;
    
    
}
.table-row {
    
}

.ltn__blog-title {
min-height: 4.5em
}