.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-image-wrapper {
    height: 186.43px;

    img {
      width: 100%;
      height: 186.43px;
      object-fit: cover;
      object-position: center;
    }
  }

  .it-card-body-wrapper {
    height: 200px;

    .it-card-title {
      font-weight: 600;
      font-size: 24px;
      line-height: 32px;
      letter-spacing: 0px;
      color: #2C446A;

      a {
        text-decoration: none;
      }
    }

    .it-card-body p {
      font-weight: 400;
      font-size: 18px;
      line-height: 28px;
      letter-spacing: 0%;
      color: #2F475E;
    }
    .it-card-body strong {
      font-weight: 400;
      /*text-transform: lowercase;*/
    }
  }

  .it-card-footer {
    margin-top: 2rem;

    .it-card-taxonomy {
      a {
        font-weight: 600;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0%;
        color: #B61F16;
        text-transform: uppercase;
        text-decoration: none;
      }
    }

    .it-card-date {
      font-weight: 400;
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 0%;
    }
  }
}