#facebook .facebookwrapper{
    width: 90%;
    margin: 0 auto;
}

#facebook{
    padding: 80px 0;
}

#facebook p.nsfb-message{
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 4; /* number of lines to show */
           line-clamp: 4;
   -webkit-box-orient: vertical;
}

body .nsfb-post{
    background: #726467;
    border-radius: 20px;
    overflow: hidden;
}

body .nsfb-actionlinks > a{
    background: white;
    color: #69245A;
    width: 30px;
    height: 30px;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

body .nsfb-actionlinks > a:nth-child(n+2){
    margin-top: 10px;
}