#block-orthohpstillneedhelp {
  font-size: 14px;
}
.social-item {
    text-align: center;
}

@media (min-width: 960px) {
  .social-container {
      display: flex;
  }
  .social-item {
      width: 33.33%;
      width: calc(100% / 3);
  }
}
