.slider-posts {
  width: 100%;
  overflow: hidden;
  margin: 75px 0;

  @include sm {
    margin: 50px 0;
  }

  &__wrapper {
    width: 100%;
  }

  &__header {
    padding: 0 $gutter;
    width: 100%;
    max-width: $projects-detail-width;
    margin: 0 auto 40px;
    display: flex;
    flex-direction: column;
    align-items: center;

    @include sm {
      padding: 0 $gutter-mobile;
    }
  }

  &__title {
    margin: 0;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.02em;

    @include sm {
      font-size: 3.8rem;
      line-height: 4.2rem;
    }
  }

  &__category-container {
    display: flex;
    align-items: center;
    margin-top: 16px;
    font-size: 1.4rem;
    font-weight: 700;
    color: $primary-color;
  }

  &__category {
    background: rgba(1, 156, 219, 0.1);
    color: $blue;
    padding: 8px;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.8rem;
    letter-spacing: -0.01em;
    margin-left: 8px;
  }

  &_container {
  }

  &__slider {
  }

  &__slider-wrapper {
  }

  &__slide {
    max-width: 250px;
  }
}
