.mdm-news {
  margin: 8px 0 0 0;
}

@media only screen and (min-width: 768px) {
  .mdm-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 8px 0 0 -24px;
  }
}
.mdm-news__item {
  margin: 48px 0 0 0;
}

@media only screen and (min-width: 768px) {
  .mdm-news__item {
    margin: 48px 0 0 24px;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: calc(50% - 24px);
    max-width: calc(50% - 24px);
  }
}
@media only screen and (min-width: 1024px) {
  .mdm-news__item {
    width: calc(25% - 24px);
    max-width: calc(25% - 24px);
  }
}
.mdm-news__date {
  font-family: ManropeBold, serif;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  color: #363636;
  font-size: 0.75rem;
  line-height: 0.75rem;
  margin: 0 0 16px 0;
}

.mdm-news__image {
  display: block;
  width: 100%;
}

.mdm-news__img {
  width: 100%;
  display: block;
}

.mdm-news__title {
  font-family: TTNormsProBold, serif;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  color: #363636;
  text-decoration: none;
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 24px 0 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.mdm-news__title:after {
  position: absolute;
  content: attr(data-content);
  top: 0;
  left: 0;
  color: #000000;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(84.36deg, #ED8AE4 5.36%, #0D96EE 94.85%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.mdm-news__title:hover:after {
  opacity: 1;
}

.mdm-news__title.mdm-news__title_hovered:after {
  opacity: 1;
}

.mdm-news__text {
  font-family: ManropeMedium, serif;
  font-size: 0.9375rem;
  line-height: 1.75rem;
  margin: 12px 0 0 0;
}