.stm_separator_style_1 .stm_separator {
display: block;
width: 46px;
height: 5px;
margin: 0 0 21px;
}
.stm_separator_style_1 .stm_separator_doubled {
position: relative;
}
.stm_separator_style_1 .stm_separator_doubled:before {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
right: 100%;
opacity: 0;
}.stm_icontext {
vertical-align: top;
}
.stm_icontext a {
text-decoration: none !important;
color: inherit;
}
.stm_icontext__text {
vertical-align: top;
}
.stm_icontext__text span {
display: block;
overflow: hidden;
}
.stm_icontext__icon {
float: left;
}
.stm_icontext_style_3 .stm_icontext__text {
display: -ms-flexbox;
display: flex;
font-weight: 400;
}
.stm_icontext_style_3 .stm_icontext__icon {
margin: 0 0 0 15px !important;
float: none;
-ms-flex-order: 100;
order: 100;
}
.stm_icontext_style_3.text-right .stm_icontext__text {
-ms-flex-pack: end;
justify-content: flex-end;
}
@media (max-width: 550px) {
.stm_icontext_style_3 {
margin: 0 0 15px !important;
}
.stm_icontext_style_3.text-right .stm_icontext__text {
-ms-flex-pack: start;
justify-content: flex-start;
}
}