.share_this_page strong {
    margin-bottom: 0.25rem;
    line-height: 1.1;
    color: #003c45;
    font-family: "Poppins Custom", "Poppins", sans-serif;
    font-weight: 500;
    text-transform: none;
    -webkit-transition: background-color 0.4s, color 0.4s, opacity 0.4s;
    -moz-transition: background-color 0.4s, color 0.4s, opacity 0.4s;
    transition: background-color 0.4s, color 0.4s, opacity 0.4s;
    font-size: 1.125rem;
    margin-right: 0.5rem;
    display: inline-block;
    vertical-align: middle;
}
@media (min-width: 576px) {
    .share_this_page strong {
        font-size: 1.1875rem;
    }
}
@media (min-width: 992px) {
    .share_this_page strong {
        font-size: 1.25rem;
    }
}
.share_this_page a {
    height: 3rem;
    width: 3rem;
    text-align: center;
    line-height: 3rem;
    display: inline-block;
    vertical-align: middle;
    color: #00a774;
    font-size: 2rem;
    -webkit-transition: background-color 0.4s, color 0.4s, opacity 0.4s;
    -moz-transition: background-color 0.4s, color 0.4s, opacity 0.4s;
    transition: background-color 0.4s, color 0.4s, opacity 0.4s;
}
.share_this_page a:hover,
.share_this_page a:focus {
    opacity: 0.7;
    color: #00a774;
}


.share_this_page a i.fa-twitter::before{
    content: "";
    width: 1.75rem;
    height: 3rem;
    display: block;
    background-image:url("data:image/svg+xml,%3Csvg width='29' height='26' viewBox='0 0 29 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M22.912 0H27.3572L17.5971 11.0332L29 26H20.0516L13.0457 16.9048L5.02499 26H0.579807L10.9197 14.1993L0 0H9.17061L15.5002 8.30849L22.912 0ZM21.3562 23.4096H23.8204L7.87571 2.49447H5.22792L21.3562 23.4096Z' fill='%2300A774'/%3E %3C/svg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}