.social-feed-section {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    background-color: white;
    border-radius: 1rem;
    overflow: hidden;
    width: 95%;
    margin: 2rem auto;
    max-width: 920px;
}

.big-element {
    overflow: hidden;
    width: 100%;
}

.cont {
    display: flex;
    justify-content: center;
    align-items: center;
}

