.row .macro-col {
  margin-bottom: 40px;
  padding: 0 80px 0 40px;
  border-left: 1px solid #D0D0D0;
  border-right: 1px solid #D0D0D0;
}
.row .macro-col:not(:first-child) {
  margin-left: -1px;
}
@media (max-width: 375px) {
  .row .macro-col:not(:first-child) {
    margin-left: 0;
  }
}
