.fb-share-button_wrapper {
    display: none !important;
}

#content .fb-share-button_wrapper:last-of-type {
    display: block !important;
}

#content .fb-share-button_wrapper {
    margin: 20px 0;
}

.fb-share-button {
    text-align: center;
    padding: 15px;
    background: #4267B2;
    color: white !important;
    font-weight: 600;
    display: flex;
    font-size: 16px;
    align-items: center;
}

@media (min-width: 576px) {
    .fb-share-button {
        font-size: 18px;
        padding: 25px;
    }
}

.fb-share-button svg {
    fill: white;
    height: 35px;
    margin-right: 20px;
}

@media (min-width: 576px) {
    .fb-share-button svg {
        margin-right: 30px;
    }
}