.row {
}

@media (min-width: 992px) {
  .contact_card_row {
    position: fixed;
    bottom: 0;
    margin-bottom: 2rem;
    left: 0;
    right: 0;
  }
}

.contact_card_row {
  position: fixed;
  bottom: 0;
  margin-bottom: 1rem;
  left: 0;
  right: 0;
}

