.custom-column {
  margin-top: 40px;
  width: 48%;
}

.custom-column-l4 {
  margin-left: 4%;
}

@media (max-width: 992px) {
  .custom-column {
    width: 100%;
  }
  .custom-column-l4 {
    margin-left: 0;
  }
}

.md-max-width {
  width: 100%;
}