.cards-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
  }
  .cards-wrapper .card {
    width: 100%;
    border: none;
    margin-right: 18px;
  }
  @media (min-width: 1195px){
    .cards-wrapper .card {
      margin-right: 24px;
    }
  }
  .cards-wrapper a.card:last-of-type {
    margin-right: 0;
  }

  .cards-wrapper .card .card-title {
    color: #9d0000;
    display: none;
    font-family: "brother-1816",Trebuchet MS;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: .5px;
  }

  .cards-wrapper .card .card-action {
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .card-overlay {
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: relative;
  }

  .card-overlay:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, black 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, black 100%);
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, black 100%);
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    height: 60%;
    bottom:0;
    -webkit-transition: background .7s ease-out;
    -o-transition: background .7s ease-out;
    transition: background .7s ease-out;
  }

  .card-overlay .card-cnt {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    width: 100%;
    z-index: 1;
  }

  .card-overlay .card-cnt p{
    font-family: "mrs-eaves-xl-serif-narrow",Georgia;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .2px;
    line-height: 26px;
    max-height: 80px;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .card-overlay img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
  }

  .card-overlay:hover img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
  }

  .date-time {
    color: #b1b1b1;
    display: inline-block;
    font-family: "mrs-eaves-xl-serif-narrow",serif;
    font-style: italic;
    font-size: 12px;
    line-height: 22px;
    text-transform: capitalize;
  }
  
  @media (min-width: 768px) and (max-width: 1193px) {
    .cards-wrapper a.card:first-of-type{
      margin-left: 3.5%;
    }
    .cards-wrapper a.card:last-of-type{
      margin-right: 3.5%;
    }
  }
  
  @media (max-width: 1193px) {
    .cards-wrapper{
      display: block;
      overflow: hidden;
      overflow-x: scroll;
      max-width: 100%;
      padding-bottom: 50px;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
    }
    .cards-wrapper a.card {
      height: auto;
      width: 260px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
    }
    .cards-wrapper a.card img{
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
    }
    /* catalog and product css */
    .recent_articlesWrap.catalog_recentArticle{
      padding-bottom: 0px !important;
    }
  }
  @media (max-width: 767px) {
    .recent_articlesWrap {
      padding-bottom: 0px!important;
    }
    .cards-wrapper{
      padding-bottom: 7%;
    }
    .cards-wrapper a.card{
      width: 85%;
      margin-right: 16px;
    }
    .cards-wrapper a.card:first-of-type{
      margin-left: 7%;
    }
    .cards-wrapper a.card:last-of-type{
      margin-right: 7%;
    }
    .date-time {
      font-family: "brother-1816", Trebuchet MS;
      font-style: normal;
      margin-top:5px;
    }
  }

  @media (min-width: 1194px) {
    .cards-wrapper {
      max-width: 93%;
      margin: 0 auto;
    }
    .recent_articlesWrap{
      padding-bottom: 50px !important;
    }
  }
  @media (min-width: 1366px) {
    .cards-wrapper {
      max-width: 93%;
    }
  }
  @media (min-width: 1441px) {
    .cards-wrapper {
      max-width: 1340px;
    }
  }
