.salvattore-grid div[data-columns]::before {
  content: '3 .column.size-1of3';
}


.column { float: left; }
.size-1of3 { width: 33.333%; }
.size-1of2 { width: 50%; }

/* seems there is a display:none in newsletter.less ?! */
.page__title-container {
    display: block;
}

