.widget-title h3{
    margin-top: 0;
}
.facebook-widget{
    max-height: 290px;
    overflow-y: scroll;
}
.facebook-widget .post{
    margin-bottom: 30px;
    display: table ;
}
.facebook-widget .post .facebook-user-image{
    width: 60px;
    float: left;
    vertical-align: top;
}
.facebook-widget .post .facebook-content{
    width: 260px;
    margin-left: 10px;
    float: left;
    vertical-align: top;
    overflow: hidden ;
}
.facebook-widget .post .facebook-content .facebook-username{
    color: #009AD2;
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
}
.facebook-widget .post .facebook-content .facebook-username .username .fa-facebook{
    color: #009AD2;
    font-size: 15px;
    font-weight: bold;
}
.facebook-widget .post .facebook-content .facebook-username .username{
    flex: 1 1 auto;
    text-align: left;
}
.facebook-widget .post .facebook-content .facebook-username .post-date{
    flex: 1 1 auto;
    text-align: right;
    color: #636363;
    font-size: 12px;
}
.facebook-widget .post .facebook-content .facebook-text,
.facebook-widget .post .facebook-content .facebook-text a{
    font-size: 13px;
}
.facebook-widget .post .facebook-content .facebook-url-image{
    width: 200px;
    margin-top:10px;

}
@media screen and (max-width: 768px) {
    .facebook-widget .post .facebook-content{
        width: 480px;
    }
}
@media screen and (max-width: 414px) {
    .facebook-widget .post .facebook-content{
        width: 220px;
    }
}
@media screen and (max-width: 320px) {
    .facebook-widget .post .facebook-content{
        width: 170px;
    }

}
