.stm-posts-list_style_1 .stm-post__posts-list .stm-post__image {
  overflow: hidden; }
  .stm-posts-list_style_1 .stm-post__posts-list .stm-post__image img {
    width: 100%; }
  .stm-posts-list_style_1 .stm-post__posts-list .stm-post__image > a {
    transition: all .3s ease-in-out;
    display: block; }

.stm-posts-list_style_1 .stm-post__posts-list .stm-post__date {
  text-transform: uppercase;
  font-size: 12px; }

.stm-posts-list_style_1 .stm-post__posts-list .stm-post__link > a {
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  text-decoration: none;
  padding: 3px 0;
  font-weight: bold; }
  .stm-posts-list_style_1 .stm-post__posts-list .stm-post__link > a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    transition: .3s ease; }
  .stm-posts-list_style_1 .stm-post__posts-list .stm-post__link > a:before {
    background-color: #222222; }
  .stm-posts-list_style_1 .stm-post__posts-list .stm-post__link > a:hover:before {
    width: 100%; }

.stm-posts-list_style_1 .stm-post__posts-list .stm-post__excerpt {
  color: #333333; }
  .stm-posts-list_style_1 .stm-post__posts-list .stm-post__excerpt p {
    margin-bottom: 0; }

.stm-posts-list_style_1 .stm-post__posts-list .stm-post__title h4 {
  font-weight: 500 !important;
  margin-bottom: 23px; }

.stm-posts-list_style_1 .stm-post__posts-list .stm-post__title:after {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  background-color: #222222;
  margin-bottom: 23px; }
