.social-feed-grid{display:grid;width:100%;height:100%;grid-template-columns:repeat(3,1fr);gap:20px 30px}@media (max-width: 1480px){.social-feed-grid .button{width:100%;min-width:unset}}@media (max-width: 1200px){.social-feed-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width: 576px){.social-feed-grid{grid-template-columns:repeat(1,1fr)}}
