.section__employees {
  position: relative;
  background-color: white;
  padding-top: 2.3rem;
  padding-bottom: 15rem;
}

.section__employees .wrap__text-marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 15.1rem;
  display: flex;
  width: fit-content;
  gap: 3.5rem;
  margin-left: -4.011%;
}

.section__employees .wrap__text-marquee .js-marquee {
  display: flex;
  gap: 3.5rem;
}

.section__employees .wrap__text-marquee .text-marquee {
  width: max-content;
  color: var(--color-title-gray);
  font-family: var(--font-featured);
  font-size: 3.2rem;
  line-height: 5.6rem;
  font-weight: 200;
}

.section__employees .swiper-wrapper {
  transition-timing-function: linear !important;
}

@media screen and (max-width: 1023px) {
  .section__employees {
    padding-top: 2.6rem;
    padding-bottom: 10.5rem;
  }

  .section__employees .wrap__text-marquee {
    margin-bottom: 7.2rem;
    gap: 1.2rem;
  }

  .section__employees .wrap__text-marquee .js-marquee {
    display: flex;
    gap: 1.2em;
  }

  .section__employees .wrap__text-marquee .text-marquee {
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .section__employees .swiper-employees {
    margin-inline: 12.67% 13.72%;
    overflow: visible;
  }

  .section__employees .swiper-employees .swiper-wrapper {
    overflow: visible;
  }

  .section__employees .swiper-horizontal>.swiper-pagination-employees {
    position: absolute;
    bottom: -3.8rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.3rem;
  }

  .section__employees .swiper-horizontal>.swiper-pagination-employees span {
    display: inline-block;
    width: 1.6rem;
    height: .2rem;
    border-radius: 0;
    background-color: #d5d5d5;
    margin-inline: 0;
    opacity: 1;
  }

  .section__employees .swiper-pagination-employees span.swiper-pagination-bullet-active {
    background-color: #666;
  }
}