.ws-featured-text {
    letter-spacing: 0.025rem!important;
    font-family: 'GeneralSans',sans-serif!important;
    font-weight: 500!important;
    margin: 1rem 0 1.5rem
}
.ws-featured-text > *:last-child {
    margin-bottom: 0
}
@media (max-width:767px) {
    .ws-featured-text {
        margin: 1rem 0;
    }
}
