div.column.large-10.large-offset-1.medium-12.small-12.medium-offset-0 .row {
    padding-bottom: 100px
}

@media only screen and (max-width: 735px) {
    div.column.large-10.large-offset-1.medium-12.small-12.medium-offset-0 .row {
      padding-bottom:0;
    }
}



.section-become-ads .row .divider:after {
  height: 100%;
}

.section-become-ads .row .first-column:after {
  height: 100%;
}

@media only screen and (max-width:734px) {
  .section-become-ads .row .divider:after, .section-become-ads .row .first-column:after {
      height: 2px;
      width: 100%;
  }
}