.widget_socials_style_1 .stm-socials {
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0;
width: 100%;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.widget_socials_style_1 .stm-socials li a {
display: block;
padding: 0 5px;
font-size: 16px;
color: #fff;
}
.widget_socials_style_1 .stm-socials:after {
display: none;
}