.stm_post_type_list__excerpt {
    display: none;
}

.stm_post_type_list__content h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
  /*! autoprefixer: ignore next */
    overflow: hidden;
    text-overflow: ellipsis;
}

.stm_post_type_list_style_4 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.stm_post_type_list_style_4 .stm_post_type_list__single {
    display: -ms-flexbox;
    display: flex;
}

.stm_post_type_list_style_4 .stm_post_type_list__image {
    min-width: 100px;
    margin-right: 20px;
}

@media (max-width: 1023px) {
    .stm_post_type_list_style_4 .stm_post_type_list__single {
        width: 50%;
    }
}

@media (max-width: 550px) {
    .stm_post_type_list_style_4 .stm_post_type_list__single {
        width: 100%;
    }
}
