.desc-card__img {
  position: relative;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  background: #ededed;
}

.desc-card__img img, .desc-card__img svg {
  position: absolute;
  top: 50px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 70%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-img {
  border-radius: 20px
}