.share-block .share-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    list-style-type: none;
    margin: 0;
}

.share-block .share-item {
    color: #22326e;
    font-size: 16px;
}

.share-block .share-item img{
    width: 36px !important;
    height: 36px !important;
}
.share-block ul{
	padding: 0px;
}
