.new_events .article-card__image img {
  -webkit-filter: none;
  filter: none;
}
.new_events .reportages__item {
  width:100%;
}

.new_events  .article-card {
  background: white;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  position: relative;
}
.new_events .article-card__media {
  position: relative;
  width: 40%;
  overflow: hidden;
  padding-top: 20%;
  margin-bottom: 24px;
}
.new_events .article-card__describe {
  display: block;
  width: 55%;
  color: currentColor;
  font-family: "GothamPro";
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}


@media (max-width: 767px) {
  .new_events  .article-card {
    flex-wrap:wrap;
  }
  .new_events .article-card__media {
    width: 100%;
  }
  .new_events .article-card__describe {
    width: 100%;
  }
  .new_events  .article-card__media {
    padding-top: 65.8%;
    margin-bottom: 14px;
  }
}

.article-card__more {
 font-weight: 700;
}