.footer_widget .card {
  background-color: transparent;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  border-left: none;
  border-right: none;
}

.footer_widget .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 1.25rem 1.25rem;
}

.footer_widget .btn-link {
  color: #BABABA;
  text-transform: uppercase!important;
}

.footer_widget .btn-link:hover {
    color: #ffffff;
    text-decoration: none;
}

.footer_widget .btn-link.focus,
.footer_widget .btn-link:focus {
    text-decoration: none;
    box-shadow: none
}

@media (min-width: 768px) {
  .mobile-show {
    display: none !important;
  }
}