article.department.card{


  color: black;


  .field--name-field-main-photo {

    overflow: hidden;
    width: 100%;

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

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

  img:hover {
    opacity: 0.5;
  }

  .card-content {

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


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

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

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

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

  p {

  } */
.field--name-body{
margin-top: 4px;
}
}
