.social-posts-subtitle-wrapper{align-items:center;gap:8px;display:flex}.social-posts-header{flex-direction:column;gap:8px;display:flex}.social-posts-header-wrapper{justify-content:space-between;align-items:center;gap:32px;margin-bottom:32px;display:flex}.social-posts-button{color:#131313;cursor:pointer;background:0 0;border:1px solid #131313;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:16px 24px;font-family:Albert Sans,sans-serif;font-weight:500;transition:all .2s;display:flex}.social-posts-button:hover{background-color:#c0c0c01a;border:1px solid #131313}.social-posts-subtitle-icon,.social-posts-button-icon{flex-shrink:0}.social-posts-items{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.social-posts-item{border-radius:8px;overflow:hidden}.social-posts-item-image{-o-object-fit:cover;object-fit:cover;will-change:transform;width:100%;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1);transform:scale(1.01)}.social-posts-item:hover .social-posts-item-image{transform:scale(1.03)}.social-posts-button-mobile{display:none}@media (max-width:1024px){.social-posts-header-wrapper{flex-direction:column;gap:24px}.social-posts-button-desktop{display:none}.social-posts-button-mobile{width:fit-content;margin:32px auto 0;display:flex}.social-posts-items{grid-template-columns:repeat(1,1fr);gap:16px}}
