#sb_instagram {
  font-family: 'Segoe UI', 'Arial', 'Helvetica', sans-serif;
}

#sb_instagram h3 {
  color: #000;
  font-size: 16px;
  font-weight: regular;
}

#sb_instagram .sbi_posts_count {
  color: #000;
}

.desktop {
  display: none;
}

.mobile {
  display: block;
}

@media (min-width: 768px) {
  .desktop {
    display: block;
  }

  .mobile {
    display: none;
  }
}
