.social-share a {
    font-size: 14px;
    background: #e88001;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: #ffffff;
    margin-right: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.social-share a:hover {
    background: #ff9e26;
}
