/* 
.col6:first-of-type {
  width: calc(50% - 15px);
  margin-right: 15px;
}

.col6:last-of-type {
  width: calc(50% - 15px);
  margin-left: 15px;
}
*/