.consulting-posts-carousel.date_boxed_2 .posts-item {
  padding: 0 15px; }
  .consulting-posts-carousel.date_boxed_2 .posts-item:hover .posts-item-date-wrapper {
    background-color: var(--con_third_color);
    color: var(--con_base_color); }
  .consulting-posts-carousel.date_boxed_2 .posts-item:hover .posts-item-image-wrapper:before {
    opacity: .7; }
  .consulting-posts-carousel.date_boxed_2 .posts-item:hover .posts-item-button {
    opacity: 1; }
  .consulting-posts-carousel.date_boxed_2 .posts-item .posts-item-info {
    padding: 40px 0 25px; }
  .consulting-posts-carousel.date_boxed_2 .posts-item .posts-item-title {
    font-family: var(--con_secondary_font_family);
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    padding-top: 0;
    margin-bottom: 10px;
    text-align: center; }
    .consulting-posts-carousel.date_boxed_2 .posts-item .posts-item-title:after {
      margin-left: auto;
      margin-right: auto; }
    .consulting-posts-carousel.date_boxed_2 .posts-item .posts-item-title a {
      color: var(--con_base_color);
      transition: .3s; }
  .consulting-posts-carousel.date_boxed_2 .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;
    text-align: center; }
    .consulting-posts-carousel.date_boxed_2 .posts-item .posts-item-category a {
      color: #7B7A7A;
      transition: .3s; }
  .consulting-posts-carousel.date_boxed_2 .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;
    text-align: center;
    transition: .3s; }
  .consulting-posts-carousel.date_boxed_2 .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_2 .posts-item .posts-item-date-wrapper {
    position: absolute;
    bottom: -19px;
    padding: 5px 20px;
    background-color: var(--con_base_color);
    color: #fff;
    left: 50%;
    border-radius: 30px;
    transition: .3s;
    transform: translateX(-50%); }
  .consulting-posts-carousel.date_boxed_2 .posts-item .posts-item-date {
    font-family: var(--con_secondary_font_family);
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase; }
  .consulting-posts-carousel.date_boxed_2 .posts-item .posts-item-image-wrapper {
    position: relative; }
    .consulting-posts-carousel.date_boxed_2 .posts-item .posts-item-image-wrapper:before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: var(--con_base_color);
      opacity: 0;
      transition: .3s;
      border-radius: 0 20px; }
  .consulting-posts-carousel.date_boxed_2 .posts-item .posts-item-image {
    border-radius: 0 20px;
    overflow: hidden; }
  .consulting-posts-carousel.date_boxed_2 .posts-item .posts-item-button {
    font-family: var(--con_secondary_font_family);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .3s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 100%;
    display: flex;
    justify-content: center; }
    .consulting-posts-carousel.date_boxed_2 .posts-item .posts-item-button span {
      transition: .3s; }
    .consulting-posts-carousel.date_boxed_2 .posts-item .posts-item-button svg {
      fill: #fff; }
    .consulting-posts-carousel.date_boxed_2 .posts-item .posts-item-button i {
      color: #fff; }
