.share {
    padding: 30px 0;
    background: var(--theme-semiwhite);
}

.share a {
    /* padding: 12px 14px; */
    border-radius: 3px;
    margin-right: 15px;
    color: var(--Black);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
}
.share a i {
    /* font-size: 1.25rem; */
    font-size: 1.75rem;
}

/* .facebook {
    background: rgb(59,89,153);
}
.x-twitter {
    background: #000000;
}
.telegram {
    background: #08c;
}
.pinterest {
    background: #cf2830; 
}
.whatsapp {
    background: #075e54; 
} */

.share .container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.share .share-counters {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
}
.share .share-counters div {
    text-align: center;
    margin-right: 15px;
}
.share .share-counters div:last-child {
    margin-right: 0;
} 
.share .share-counters div h3 {
    font-weight: 900 !important;
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 3px;
}
.share .share-counters div p {
    font-size: 0.75rem;
    line-height: 1;
}
.share .share-counters div.shares-counter {
    color: #58a8ff;
}
.share .share-btns a:last-child {
    margin-right: 0;
}
 

@media screen and (max-width: 767px) {
    .share .container {
        flex-direction: column;
    }
    .share .share-counters {
        margin-bottom: 30px;
        margin-right: 0;
    }
    .share a {
        margin-right: 10px;
        min-width: 50px;
    }
    
}