.consulting-posts-carousel.overlay_image .posts-item-inner-wrapper {
  min-height: 420px; }

.consulting-posts-carousel.overlay_image .posts-item {
  padding: 0 15px; }
  .consulting-posts-carousel.overlay_image .posts-item:hover .posts-item-inner-wrapper:before {
    opacity: 0; }
  .consulting-posts-carousel.overlay_image .posts-item .posts-item-inner-wrapper {
    position: relative; }
    .consulting-posts-carousel.overlay_image .posts-item .posts-item-inner-wrapper:before {
      content: "";
      width: calc(100% + 1px);
      height: calc(100% + 1px);
      background: #F1F8FF;
      display: block;
      position: absolute;
      top: 0;
      left: -1px;
      transition: .3s; }
  .consulting-posts-carousel.overlay_image .posts-item .posts-item-top {
    position: absolute;
    top: 30px;
    padding-left: 30px; }
  .consulting-posts-carousel.overlay_image .posts-item .posts-item-bottom {
    position: absolute;
    padding-left: 30px;
    padding-right: 13px; }
  .consulting-posts-carousel.overlay_image .posts-item .posts-item-title {
    font-family: var(--con_secondary_font_family);
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    padding-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase; }
    .consulting-posts-carousel.overlay_image .posts-item .posts-item-title a {
      color: var(--con_base_color);
      transition: .3s; }
  .consulting-posts-carousel.overlay_image .posts-item .posts-item-button {
    font-family: var(--con_secondary_font_family);
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #7B7A7A;
    width: -moz-fit-content;
    width: fit-content;
    transition: .3s; }
    .consulting-posts-carousel.overlay_image .posts-item .posts-item-button span {
      transition: .3s; }
    .consulting-posts-carousel.overlay_image .posts-item .posts-item-button.icon-position-before {
      flex-direction: row-reverse; }
    .consulting-posts-carousel.overlay_image .posts-item .posts-item-button svg {
      fill: var(--con_base_color);
      padding: 5px;
      background-color: var(--con_third_color);
      border-radius: 100%; }
    .consulting-posts-carousel.overlay_image .posts-item .posts-item-button i {
      color: var(--con_base_color);
      padding: 5px;
      background-color: var(--con_third_color);
      border-radius: 100%; }
  .consulting-posts-carousel.overlay_image .posts-item .posts-item-category {
    font-family: var(--con_secondary_font_family);
    font-size: 13px;
    font-weight: 500;
    line-height: 19.5px;
    margin-bottom: 15px; }
    .consulting-posts-carousel.overlay_image .posts-item .posts-item-category a {
      color: #7B7A7A;
      transition: .3s; }
  .consulting-posts-carousel.overlay_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.overlay_image .posts-item .posts-item-date-wrapper {
    padding: 5px 20px;
    background-color: var(--con_base_color);
    color: #fff;
    transition: .3s; }
  .consulting-posts-carousel.overlay_image .posts-item .posts-item-image img {
    width: 100%; }
