.consulting-posts-carousel.date_boxed .posts-item {
  padding: 0 15px; }
  .consulting-posts-carousel.date_boxed .posts-item .posts-item-info {
    padding: 40px 20px 25px;
    background-color: #fff; }
  .consulting-posts-carousel.date_boxed .posts-item .posts-item-title {
    font-family: var(--con_secondary_font_family);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding-top: 0;
    margin-bottom: 10px; }
    .consulting-posts-carousel.date_boxed .posts-item .posts-item-title a {
      color: var(--con_base_color);
      transition: .3s; }
  .consulting-posts-carousel.date_boxed .posts-item .posts-item-category {
    font-family: var(--con_secondary_font_family);
    font-size: 13px;
    font-weight: 500;
    line-height: 19.5px;
    margin-bottom: 10px; }
    .consulting-posts-carousel.date_boxed .posts-item .posts-item-category a {
      color: #7B7A7A;
      transition: .3s; }
  .consulting-posts-carousel.date_boxed .posts-item .posts-item-excerpt {
    font-family: var(--con_secondary_font_family);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 25px;
    color: #383838;
    transition: .3s; }
  .consulting-posts-carousel.date_boxed .posts-item .posts-item-date {
    font-family: var(--con_secondary_font_family);
    font-size: 13px;
    font-weight: 500;
    line-height: 24px; }
  .consulting-posts-carousel.date_boxed .posts-item .posts-item-date-wrapper {
    position: absolute;
    bottom: -12px;
    padding: 5px 20px;
    background-color: var(--con_third_color);
    color: var(--con_base_color);
    transition: .3s; }
  .consulting-posts-carousel.date_boxed .posts-item .posts-item-date {
    font-family: var(--con_secondary_font_family);
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    transition: .3s; }
  .consulting-posts-carousel.date_boxed .posts-item .posts-item-image-wrapper {
    position: relative; }
  .consulting-posts-carousel.date_boxed .posts-item .posts-item-bottom:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #dddddd;
    display: block;
    margin-bottom: 15px; }
  .consulting-posts-carousel.date_boxed .posts-item .posts-item-button {
    font-family: var(--con_secondary_font_family);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #333333;
    transition: .3s; }
    .consulting-posts-carousel.date_boxed .posts-item .posts-item-button span {
      transition: .3s; }
    .consulting-posts-carousel.date_boxed .posts-item .posts-item-button svg {
      fill: var(--con_third_color); }
    .consulting-posts-carousel.date_boxed .posts-item .posts-item-button i {
      color: var(--con_third_color); }
