.consulting-posts-carousel.full_image.show-image-hide .posts-item-inner-wrapper {
  min-height: 250px; }

.consulting-posts-carousel.full_image .posts-item {
  padding: 0 15px; }
  .consulting-posts-carousel.full_image .posts-item .posts-item-inner-wrapper {
    position: relative; }
    .consulting-posts-carousel.full_image .posts-item .posts-item-inner-wrapper:before {
      content: "";
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(10, 9, 9, 0.2) 0%, rgba(10, 9, 9, 0.6) 100%);
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
  .consulting-posts-carousel.full_image .posts-item .posts-item-top {
    position: absolute;
    top: 25px;
    padding-left: 25px;
    padding-right: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    .consulting-posts-carousel.full_image .posts-item .posts-item-top.show-date-hide {
      justify-content: flex-end; }
  .consulting-posts-carousel.full_image .posts-item .posts-item-bottom {
    position: absolute;
    bottom: 25px;
    padding-left: 25px;
    padding-right: 13px; }
  .consulting-posts-carousel.full_image .posts-item .posts-item-title {
    font-family: var(--con_secondary_font_family);
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    padding-top: 0;
    margin-bottom: 15px; }
    .consulting-posts-carousel.full_image .posts-item .posts-item-title a {
      color: #fff;
      transition: .3s; }
  .consulting-posts-carousel.full_image .posts-item .posts-item-button {
    font-family: var(--con_secondary_font_family);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    width: -moz-fit-content;
    width: fit-content;
    transition: .3s; }
    .consulting-posts-carousel.full_image .posts-item .posts-item-button span {
      transition: .3s; }
    .consulting-posts-carousel.full_image .posts-item .posts-item-button svg {
      fill: #fff; }
    .consulting-posts-carousel.full_image .posts-item .posts-item-button i {
      color: #fff; }
  .consulting-posts-carousel.full_image .posts-item .posts-item-category {
    font-family: var(--con_secondary_font_family);
    font-size: 13px;
    font-weight: 500;
    line-height: 19.5px; }
    .consulting-posts-carousel.full_image .posts-item .posts-item-category a {
      color: #fff;
      transition: .3s; }
  .consulting-posts-carousel.full_image .posts-item .posts-item-date {
    font-family: var(--con_secondary_font_family);
    font-size: 14px;
    font-weight: 500;
    line-height: 28px; }
  .consulting-posts-carousel.full_image .posts-item .posts-item-date-wrapper {
    padding: 5px 20px;
    background-color: var(--con_third_color);
    color: var(--con_base_color);
    transition: .3s; }
  .consulting-posts-carousel.full_image .posts-item .posts-item-image img {
    width: 100%; }

.consulting-posts-carousel.full_image.no_spacing .slick-track {
  min-height: 480px; }
  .consulting-posts-carousel.full_image.no_spacing .slick-track .slick-slide {
    height: 480px !important;
    min-width: 480px; }

.consulting-posts-carousel.full_image.no_spacing .posts-item {
  padding: 0; }
  .consulting-posts-carousel.full_image.no_spacing .posts-item .posts-item-inner-wrapper {
    height: 480px; }
    .consulting-posts-carousel.full_image.no_spacing .posts-item .posts-item-inner-wrapper img {
      height: 480px;
      -o-object-fit: cover;
         object-fit: cover; }
