.dgline-social-share-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: .5rem 1.25rem;
    padding: 0 0 0 0;
    margin: 4rem auto 0 auto;
}
.dgline-social-share-buttons>h3 {
    flex: 0 0 100%;
    margin: 0 0 0 0;
    text-align: center;
}
.dgline-social-share-buttons>a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-radius: 5rem;
    box-shadow: 0 0 0 0rem rgba(0,0,0,.25);
    transition: all .3s ease-in-out;
}
.dgline-social-share-buttons>a:hover {
    box-shadow: 0 0 0 .125rem rgba(0,0,0,.05);
}
.dgline-social-share-buttons>a>svg {
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.dgline-social-share-buttons>a.btn-linkedin>svg {
    max-width: 34px;
    max-height: 34px;
}
.dgline-social-share-buttons>a.btn-facebook>svg {
    max-width: 30px;
    max-height: 30px;
}
.dgline-social-share-buttons>a.btn-whatsapp>svg {
    max-width: 34px;
    max-height: 34px;
}