.facebook-wrapper {
    display: inline-flex;
    width: 100%;
    justify-content: center;
}

.facebook-wrapper iframe {
    max-width: 446px;
    width: 100%;
    padding: 15px;
    background: #f2f2f2;
}