.share-content{
    h5{
        font-family:  "Lato", serif;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px;
        color: #681e77;
    }
    .share-socials{
        list-style: none;
        padding-left: 0;
        display: flex;
        gap: 20px;
        margin-bottom: 0;
        li{
            a{
                color:#681e77;
                transition: all 0.5s ease;
                &:hover{
                    color: #fe5e00;
                }
            }
        }
    }
}