.slider {
  background: #000;
  position: relative;
  z-index: 999;
  overflow-x: hidden;
  padding: 148px 0 80px 0;
}
.slider__content {
  width: 100%;
}
.slider__slide {
  display: flex;
  gap: 20px;
}
.slider__image {
  width: 48px;
  height: 64px;
}
.slider__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.slider__text {
  width: 100%;
  font-family: "ABC Diatype Variable Unlicensed Trial";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #ffffff;
} /*# sourceMappingURL=style.css.map */
