.card {
  border: none;
}

.card-img-top {
  height: 70px;
  padding: 10px 1.25rem;
}

.card-img-top img {
  max-height: 100%;
  max-width: 100%;
}

.card-social-icons {
  background-color: #FCCA04;
  /* margin-top: 15px; */ /* TOO decomment if needed to increase space above the icons*/
  padding: 1px 20px 3px 10px;
  display: inline-block;
}

.card-social-icons img {
  max-width: 1rem;
  max-height: 1rem;
  margin-right: 0.5rem;
}

/* Desktop Only */
@media only screen and (min-width: 992px) {
  .card-container:nth-child(-n + 3) {
    border-right: 1px solid #000000;
  }
  .card-container:nth-child(3n) {
    border-right: none;
  }
}
