.social-feed{position:relative;transition:all .2s ease}.social-feed__posts{overflow:hidden}.social-feed__content{background-color:var(--color-gray-100);color:var(--color-dark-blue);display:flex;flex-direction:column;row-gap:1rem}.social-feed__content.top-border{border-top:20px solid #ffd2bf}.social-feed__eyebrow{font-family:var(--font-secondary);font-size:1.6rem;font-weight:300}.social-feed__big-text{font-size:2.8rem;font-weight:500;margin-left:auto;margin-right:auto;width:100%}.social-feed__detail{color:var(--color-gray-200);display:flex;flex-direction:column;font-size:1.3rem;line-height:190%;row-gap:1.5rem;width:100%}.social-feed__small-text{font-weight:300}.social-feed__social-links{align-items:center;display:flex;justify-content:center;padding-top:2rem}.social-feed__social-icons{display:flex;gap:2rem;justify-content:center}.social-feed__swipe-text{display:none;font-family:var(--font-secondary);font-size:1.1rem}.social-feed__swipe-chevron{height:8px;width:12px}.social-feed__posts-wrapper{grid-template-columns:repeat(2,2fr);padding:2.4rem 0}.social-feed__post-link{aspect-ratio:1/1;position:relative}.social-feed__post-link:hover>.social-feed__post-overlay{background:rgba(0,0,0,.4);opacity:1;transition:all .6s ease}.social-feed__post-image{height:100%;object-fit:cover;width:100%}.social-feed__post-overlay{background:transparent;height:100%;left:0;opacity:0;position:absolute;top:0;transition:all .6s ease;width:100%}.social-feed__overlay-data{align-items:center;color:#fff;display:flex;font-family:var(--font-secondary);font-size:1.7rem;font-weight:700;gap:3rem;height:100%;justify-content:center}.social-feed__overlay-collection{opacity:.7;padding:.5rem;position:absolute;right:0}.social-feed__comment-container,.social-feed__like-container{align-items:center;display:flex;flex-direction:row;gap:1rem}.social-feed__collection-svg,.social-feed__comment-svg,.social-feed__like-svg{height:18px;width:18px;fill:#fff}@media(max-width:576px){.social-feed__content{text-align:left}.social-feed__social-links{justify-content:space-between}.social-feed__social-icons{justify-content:left}.social-feed__swipe-text{display:block}}@media(min-width:576px){.social-feed__posts-wrapper{box-sizing:border-box!important;display:grid!important;gap:2rem;padding:2rem;transform:none!important}.social-feed__post-link{width:auto!important}.social-feed__content{padding-bottom:3rem;padding-top:3rem}}@media(min-width:992px){.social-feed__eyebrow{font-size:1.6rem}.social-feed__big-text{font-size:3.2rem;margin-bottom:10px}.social-feed__small-text{font-size:1.9rem;max-width:85%}.social-feed__detail{font-size:1.6rem;row-gap:3rem}.social-feed__posts-wrapper{grid-template-columns:repeat(4,1fr)}}@media(min-width:1200px){.social-feed__big-text{font-size:4rem}}@media(min-width:1300px){.social-feed.overlap-bottom{margin-bottom:-50px;padding-bottom:unset!important}.social-feed.overlap-top{margin-top:-50px;padding-top:unset!important}}.social-feed--white{background-color:var(--color-white)}.social-feed--light-gray{background-color:var(--color-gray-100)}.social-feed--center{text-align:center}.social-feed--center .social-feed__detail{align-items:center;margin-left:auto;margin-right:auto}