.social-feed__holder{background-color:var(--color--white);border-radius:var(--border-radius--3);box-shadow:var(--box-shadow--primary);padding:.9375rem}@media (min-width:992px){.social-feed__holder{padding:1.875rem}}.social-feed__header,.social-feed__over-heading{margin-bottom:1.25rem}.social-feed__header{display:flex;flex-direction:column}@media (min-width:992px){.social-feed__header{align-items:center;flex-direction:row;justify-content:space-between}}.social-feed__heading{margin-bottom:0}.social-feed__networks{display:flex;flex-wrap:wrap;gap:1.25rem;margin-top:.625rem}@media (min-width:992px){.social-feed__networks{margin-left:1.25rem;margin-top:0}}.social-feed__networks-img{max-height:1.25rem}.social-feed__cards{grid-gap:1rem;display:grid;grid-template-columns:repeat(2,1fr)}@media (min-width:768px){.social-feed__cards{grid-template-columns:repeat(4,1fr)}}@media (min-width:992px){.social-feed__cards{grid-template-columns:repeat(6,1fr)}}.social-feed__cards-img{border-radius:var(--border-radius--3)}