@media only screen and (max-width: 766px) {
  .social-media-section section:nth-of-type(2)
  {
    display: none;
  }
}