@media screen and (min-width: 0px) and (max-width: 280px) {
    .share-section.col-md-6.d-flex.align-items-center.justify-content-end{
         justify-content: flex-start !important;
    }
    .share-section>.pe-3{
        padding-right: 0.5rem!important;
    }
}
@media screen and (min-width: 281px) and (max-width: 912px) {
    .share-section.col-md-6.d-flex.align-items-center.justify-content-end{
         justify-content: flex-start !important;
    }
}

