.sm_subtitle_small{
    font-family: 'Work Sans', serif;
    font-size: 0.875em;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    letter-spacing: 0.260em;
    line-height: 1.0em;
    text-decoration: none;
    text-transform: uppercase;
    word-spacing: normal;
}

.sm_highlight{
    font-family: 'Work Sans', serif;
    font-size: 2em;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 1.2em;
}
.sm_highlight_big{
    font-family: 'Work Sans', serif;
    font-size: 4em;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 1.2em;
}

.sw_markets_bg{
    background-color: white;
    border-radius: 20px;
    overflow: hidden;
}
.sm_market_title{
    font-family: 'Work Sans', serif;
    font-size: 2em;
    font-weight: 500;
}

.sm_color_01{
    color: #007853;
}
.sm_color_bg_01{
    background-color: #007853;
}
.sw_input{
    background-color: transparent;
    border-bottom: 2px solid #1FB15A;
    color: #1FB15A;
}
::placeholder{
    color: #1FB15A !important;
    opacity: 1 !important;
}
.sm_btn_form{
    color: #007853;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 4px;
}
.sm_slider_title{
    font-family: 'Work Sans', serif;
    font-size: 2.5em;
    font-weight: 800;
    line-height: 1.2;
}
.sm_slider_subtitle{
    font-family: 'Work Sans', serif; 
    font-size: 0.875em;
    text-transform: uppercase; 
    line-height: 1;
    letter-spacing:4px;
}

@media screen and (max-width:991px) {
    .sm_subtitle_small{
        font-size: 1em !important;
    }
    .sm_highlight{
        font-size: 1.7em !important;
    }
    .sm_highlight_big{
        font-size: 2.5em !important;
    }
}