 @media only screen and (min-width: 1000px) {
.three-col {
       -moz-column-count: 3;
       -moz-column-gap: 20px;
       -webkit-column-count: 3;
       -webkit-column-gap: 20px;
}
  .desktop-header{height:100px;}
    }