.news-list {
  padding-right: 15px;
  padding-left: 15px;
}

.news-item {
  margin-bottom: 22px;
}

.news-item-image-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}

.news-item-image {
  width: 100%;
  height: 160px;
  display: block;
}

.news-item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: top center;
}

.pic_h2 {
  margin-top: 16px;
  margin-bottom: 16px;
}

@media (min-width: 576px) {
  .news-item-image {
    height: 220px;
  }
}

@media (min-width: 576px) {
  .news-item::after {
    display: block;
    clear: both;
    content: '';
  }

  .news-item-image {
    width: 206px;
    height: 100px !important;
    margin-right: 28px;
    float: left;
  }

  .pic_h2 {
    margin-top: 0;
  }
}
