.social-card {
  min-height: 180px;
}

@media (min-width: 851px) {
  .social-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.social-profile {
  line-height: 1.25;
  margin: 2px 0 11px;
}

.social-stats {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px;
  flex-wrap: wrap;
}

.social-stats b {
  color: #fff;
  font-size: .96rem;
  line-height: 1.1;
  white-space: nowrap;
}

.social-stats b small {
  display: block;
  margin-top: 3px;
  font-size: .68rem;
  font-weight: 400;
}

@media (max-width: 850px) {
  .social-card {
    min-height: 150px;
  }
}
