.c-top-text-slider {
  background-color: #fff;
  height: 40px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.c-top-text-slider_text-item {
  font-weight: var(--fw-medium);
  letter-spacing: 0;
  font-size: 16px;
}
@media screen and (min-width: 1000px) {
  .c-top-text-slider {
    height: 60px;
  }
  .c-top-text-slider_text-item {
    font-size: 21px;
  }
}
