.two-col-wrapper{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.two-col-wrapper > a{
    flex: 1 1 48%;
}