article.news.card {
  color: black;

  .field--name-field-main-photo {
    overflow: hidden;
    width: 100%;

    @media (min-width: 1025px) {
      height: 269px;
      border-radius: 30px;
    }
  }

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.5s ease;
  }

  img:hover {
    opacity: 0.5;
  }

  .card-content {

    margin: 16px 14px;
    font-size: 17.5px;
    line-height: 175%;
    overflow: hidden;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    max-width: 100%;
  }

  .field--name-field-date {
    font-size: 15px;
    line-height: 150%;
    font-weight: 400;
  }

  h3 {
    font-size: 20px;
    line-height: 140%;
    font-weight: 700;
    padding: 0;
    margin: 0;
  }

  a {
    color: black;
    transition: 0.5s ease;
  }

  a:hover {
    text-decoration: none;
    color: #249424;
  }


  .field--name-body {
    margin-top: 20px;
  }

  .card-link {
    font-weight: 700;
    text-decoration: underline;
    color: black;
    /* text-align: right; */
    display: block;
  }
}
