/**Share media Card Css **/
.social-media-card .social-head{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 15px 20px;
    gap: 10px;
    background: #EDEBE4;
    border: 1px solid #EDEBE4;
    border-radius: 8px 8px 0px 0px;
}
.social-media-card .social-head p.share-block-title{
    font-family: 'RethinkSans-SemiBold';
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #000E56;
    margin: 0;
    padding: 0;
}
.social-media-card .social-media-icons-list ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px;
    gap: 25px;
    background: #FFFFFF;
    border: 2px solid #EDEBE4 !important;
    border-radius: 0px 0px 8px 8px;
}
.social-media-card .social-media-icons-list ul li {
    list-style-type: none;
}
.side-panel-social-media .container{
    padding: 0;
}
.right-post-side.column-2  .container{
    padding: 0;
}
.right-post-side section{
    margin-bottom: 50px !important;
}
@media only screen and (min-width: 778px){
    .social-media-card .social-media-icons-list ul li a img {
        width:30px;
        height:30px;
        max-width: 30px;
        left: 0px;
        border-radius: 0px;
    }
}