.featured-projects {
  position: relative;

  &.featured-three-items {
    margin: 0;
  }

  .featured-three-items__background {
    background-color: $background-blue;
    position: absolute;
    width: 100%;
    height: calc(100% - 75px);
    top: 0;
    left: 0;
    z-index: -2;

    @include sm {
      height: 50%;
    }
  }

  .featured-three-items__featured-block {
    justify-content: flex-start;
  }

  .featured-slide__left-pretitle {
    color: $primary-color;
  }

  .featured-slide__left-column .featured-slide__link {
    color: $primary-color;

    &::after {
      border-color: $primary-color;
    }
  }
}
