.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_cta.style_1 {
display: -ms-flexbox;
display: flex;
padding: 16px 30px 16px 54px;
margin-bottom: 30px;
-ms-flex-align: center;
align-items: center;
}
.stm_cta.style_1 .stm_cta__content {
padding-right: 20px;
}
.stm_cta.style_1 .stm_cta__content *:last-child {
margin-bottom: 0;
}
.stm_cta.style_1 .stm_cta__content span {
letter-spacing: 0.5px;
color: #fff !important;
}
.stm_cta.style_1 .stm_cta__link {
margin: -1px 0 0 auto;
}
@media (max-width: 550px) {
.stm_cta.style_1 {
padding: 20px 25px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.stm_cta.style_1 .stm_cta__content {
width: 100%;
margin-bottom: 15px;
}
.stm_cta.style_1 .stm_cta__link {
margin: 0;
}
.stm_cta.style_1 .stm_cta h4 {
line-height: 1.3;
}
}