/*
 * DO NOT EDIT THIS FILE.
 * It's generated automatically by 'npm run build' command.
 * @preserve
 */

  .news-recent {
  display: flex;

  margin-bottom: 2.8125rem;
}

  .news-recent__image-wrapper {
    min-height: 5.125rem;
    width: 30%;
    background-repeat: no-repeat;
    background-size: cover;

    margin-right: 1.25rem;
  }

  .news-recent__image-wrapper__image {
      width: 100%;
    }

  .news-recent__content {
    width: 70%;
  }

  .news-recent__description {
    font: var(--font-primary-body-default);
  }

  .news-recent__title a h4 {
    font: var(--font-primary-small-default);
    margin: 0;
    color: var(--colors-black-suede-60);


  }

  .news-recent__description {
    font: var(--font-primary-caption-default);
    margin-top: 0.625rem;
  }
