.views-view-responsive-grid--horizontal {
  --views-responsive-grid--column-count: 2 !important;
    @media (max-width: 576px) {
        --views-responsive-grid--column-count: 1 !important;
    }
}

div.views-view-responsive-grid__item {
  background-color: white;
  border-radius: 4px;
  box-shadow: 0px 8px 16px 0px #00000026;

  .it-card-body-wrapper {
    min-height: 240px;
    position: relative;
    z-index: 1;

    .it-card-title {
      font-weight: 600;
      font-size: 1.5rem;
      line-height: 32px;
      letter-spacing: 0;
      color: #2C446A;
      a {
        text-decoration: none;
      }
    }

    .it-card-body p {
      font-weight: 400;
      font-size: 18px;
      line-height: 28px;
      letter-spacing: 0%;
      color: #2F475E;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
    }
  }

  @media (max-width: 767.98px) {
    height: auto;
    min-height: 240px;
  }

  .it-card-footer {
    margin-top: 1rem;
    
    .it-card-taxonomy {
      a {
        font-weight: 600;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0%;
        color: #B61F16 !important;
        text-transform: uppercase;
        text-decoration: none;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
      }
    }

    .it-card-date {
      font-family: Roboto Mono, sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 0%;
      color: #5C6F82;
    }
  }
}