a.share-fb-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 34%;
    font-size: 16px;
    margin: auto;
    background-color: #d2e3f9;
    border-radius: 7px;
    padding: 3px 10px;
    color: #003e8d;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

a.share-fb-btn img {
    display: inline !important;
    width: 27px !important;
    height: 27px;
}