.betco-team-grid .map-contact__key {
    margin-bottom: 5px;
    margin-right: 10px;
}

/* Basic Grid */
.betco-team-grid .col {
overflow:hidden;
}
@media all and (min-width: 600px) {
  .betco-team-grid {
      display:flex;
      flex-wrap: wrap;
  }
  .betco-team-grid .col {
    padding-right: 1rem;
    width: 50%;
  }
}


}
/* Simple Columns */